#611E25

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

Shades of Pohutukawa #611E25

Tints of Pohutukawa #611E25

Color information

#611E25 (or 0x611E25) is unknown color: approx Pohutukawa. HEX triplet: 61, 1E and 25. RGB value is (97,30,37). Sum of RGB (Red+Green+Blue) = 97+30+37=164 (21% of max value = 765). Red value is 97 (38.28% from 255 or 59.15% from 164); Green value is 30 (12.11% from 255 or 18.29% from 164); Blue value is 37 (14.84% from 255 or 22.56% from 164); Max value from RGB is 97 - color contains mainly: red. Hex color #611E25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611E25 is #9EE1DA. Grayscale: #323232. Windows color (decimal): -10412507 or 2432609. OLE color: 2432609.

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

Color convert

RGB973037-
CMYK00.690.620.62
HSL353.73º52.76%24.9%-
HSV(B)353.73º69.07%38.04%-
XYZ5.733.62.14-
YUV50.83120.2160.93-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 59.15%
GREEN value IS 30 (12.11% from 255) = 18.29%
BLUE value IS 37 (14.84% from 255) = 22.56%
R=59.15%
G=18.29%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97303700.690.620.62353.7352.7624.9
Hex611E250453E3E1623519
Octal1413645010576765426531
Binary1100001111101001010100010111111011111010110001011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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