#611929

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

Shades of Pohutukawa #611929

Tints of Pohutukawa #611929

Color information

#611929 (or 0x611929) is unknown color: approx Pohutukawa. HEX triplet: 61, 19 and 29. RGB value is (97,25,41). Sum of RGB (Red+Green+Blue) = 97+25+41=163 (21% of max value = 765). Red value is 97 (38.28% from 255 or 59.51% from 163); Green value is 25 (10.16% from 255 or 15.34% from 163); Blue value is 41 (16.41% from 255 or 25.15% from 163); Max value from RGB is 97 - color contains mainly: red. Hex color #611929 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611929 is #9EE6D6. Grayscale: #303030. Windows color (decimal): -10413783 or 2693473. OLE color: 2693473.

HSL color Cylindrical-coordinate representation of color #611929: hue angle of 346.67º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #611929 is Cyan = 0, Magento = 0.74, Yellow = 0.58 and Black (K on CMYK) = 0.62.

Color convert

RGB972541-
CMYK00.740.580.62
HSL346.67º59.02%23.92%-
HSV(B)346.67º74.23%38.04%-
XYZ5.683.42.45-
YUV48.35123.85162.7-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 59.51%
GREEN value IS 25 (10.16% from 255) = 15.34%
BLUE value IS 41 (16.41% from 255) = 25.15%
R=59.51%
G=15.34%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.58
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97254100.740.580.62346.6759.0223.92
Hex61192904A3A3E15b3b18
Octal1413151011272765337330
Binary1100001110011010010100101011101011111010101101111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611929; }

 p { color: rgb(97,25,41); }

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

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

 a { background-color: rgb(97,25,41); }

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

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

 span { border-color: rgb(97,25,41); }

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