#610927

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

Shades of Pohutukawa #610927

Tints of Pohutukawa #610927

Color information

#610927 (or 0x610927) is unknown color: approx Pohutukawa. HEX triplet: 61, 09 and 27. RGB value is (97,9,39). Sum of RGB (Red+Green+Blue) = 97+9+39=145 (19% of max value = 765). Red value is 97 (38.28% from 255 or 66.90% from 145); Green value is 9 (3.91% from 255 or 6.21% from 145); Blue value is 39 (15.62% from 255 or 26.90% from 145); Max value from RGB is 97 - color contains mainly: red. Hex color #610927 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610927 is #9EF6D8. Grayscale: #262626. Windows color (decimal): -10417881 or 2558305. OLE color: 2558305.

HSL color Cylindrical-coordinate representation of color #610927: hue angle of 339.55º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #610927 is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.62.

Color convert

RGB97939-
CMYK00.910.600.62
HSL339.55º83.02%20.78%-
HSV(B)339.55º90.72%38.04%-
XYZ5.392.882.19-
YUV38.73128.15169.56-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 66.90%
GREEN value IS 9 (3.91% from 255) = 6.21%
BLUE value IS 39 (15.62% from 255) = 26.90%
R=66.90%
G=6.21%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.60
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9793900.910.600.62339.5583.0220.78
Hex6192705B3C3E1545315
Octal14111470133747652412325
Binary1100001100110011101011011111100111110101010100101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610927; }

 p { color: rgb(97,9,39); }

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

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

 a { background-color: rgb(97,9,39); }

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

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

 span { border-color: rgb(97,9,39); }

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