#611F25

Color #611F25 Pohutukawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pohutukawa #611F25

Tints of Pohutukawa #611F25

Color information

#611F25 (or 0x611F25) is unknown color: approx Pohutukawa. HEX triplet: 61, 1F and 25. RGB value is (97,31,37). Sum of RGB (Red+Green+Blue) = 97+31+37=165 (21% of max value = 765). Red value is 97 (38.28% from 255 or 58.79% from 165); Green value is 31 (12.5% from 255 or 18.79% from 165); Blue value is 37 (14.84% from 255 or 22.42% from 165); Max value from RGB is 97 - color contains mainly: red. Hex color #611F25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611F25 is #9EE0DA. Grayscale: #333333. Windows color (decimal): -10412251 or 2432865. OLE color: 2432865.

HSL color Cylindrical-coordinate representation of color #611F25: hue angle of 354.55º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #611F25 is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.62.

Color convert

RGB973137-
CMYK00.680.620.62
HSL354.55º51.56%25.1%-
HSV(B)354.55º68.04%38.04%-
XYZ5.753.652.15-
YUV51.42119.87160.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 97 (38.28% from 255) = 58.79%
GREEN value IS 31 (12.5% from 255) = 18.79%
BLUE value IS 37 (14.84% from 255) = 22.42%
R=58.79%
G=18.79%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97313700.680.620.62354.5551.5625.1
Hex611F250443E3E1633419
Octal1413745010476765436431
Binary1100001111111001010100010011111011111010110001111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611F25; }

 p { color: rgb(97,31,37); }

 H1.HeaderClassName
 {
   color: #611F25;
 }
 .AnyTagClassName
 {
   color: #611F25;
 }
</style>
background-color css

<style>
 a { background-color: #611F25; }

 a { background-color: rgb(97,31,37); }

 div.DivClassName
 {
   background-color: #611F25;
 }
 .BgClassName
 {
   background-color: #611F25;
 }
</style>
border-color css

<style>
 span { border-color: #611F25; }

 span { border-color: rgb(97,31,37); }

 td.TdClassName
 {
   border-color: #611F25;
 }
 .TagClassName
 {
   border-color: #611F25;
 }
</style>