#611928

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

Shades of Pohutukawa #611928

Tints of Pohutukawa #611928

Color information

#611928 (or 0x611928) is unknown color: approx Pohutukawa. HEX triplet: 61, 19 and 28. RGB value is (97,25,40). Sum of RGB (Red+Green+Blue) = 97+25+40=162 (21% of max value = 765). Red value is 97 (38.28% from 255 or 59.88% from 162); Green value is 25 (10.16% from 255 or 15.43% from 162); Blue value is 40 (16.02% from 255 or 24.69% from 162); Max value from RGB is 97 - color contains mainly: red. Hex color #611928 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611928 is #9EE6D7. Grayscale: #303030. Windows color (decimal): -10413784 or 2627937. OLE color: 2627937.

HSL color Cylindrical-coordinate representation of color #611928: hue angle of 347.5º 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 #611928 is Cyan = 0, Magento = 0.74, Yellow = 0.59 and Black (K on CMYK) = 0.62.

Color convert

RGB972540-
CMYK00.740.590.62
HSL347.5º59.02%23.92%-
HSV(B)347.5º74.23%38.04%-
XYZ5.663.392.36-
YUV48.24123.35162.78-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 59.88%
GREEN value IS 25 (10.16% from 255) = 15.43%
BLUE value IS 40 (16.02% from 255) = 24.69%
R=59.88%
G=15.43%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97254000.740.590.62347.559.0223.92
Hex61192804A3B3E15c3b18
Octal1413150011273765347330
Binary1100001110011010000100101011101111111010101110011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611928; }

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

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

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

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

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

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

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

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