#610008

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

Shades of Pohutukawa #610008

Tints of Pohutukawa #610008

Color information

#610008 (or 0x610008) is unknown color: approx Pohutukawa. HEX triplet: 61, 00 and 08. RGB value is (97,0,8). Sum of RGB (Red+Green+Blue) = 97+0+8=105 (13% of max value = 765). Red value is 97 (38.28% from 255 or 92.38% from 105); Green value is 0 (0.39% from 255 or 0% from 105); Blue value is 8 (3.52% from 255 or 7.62% from 105); Max value from RGB is 97 - color contains mainly: red. Hex color #610008 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610008 is #9EFFF7. Grayscale: #1D1D1D. Windows color (decimal): -10420216 or 524385. OLE color: 524385.

HSL color Cylindrical-coordinate representation of color #610008: hue angle of 355.05º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #610008 is Cyan = 0, Magento = 1, Yellow = 0.92 and Black (K on CMYK) = 0.62.

Color convert

RGB9708-
CMYK010.920.62
HSL355.05º100%19.02%-
HSV(B)355.05º100%38.04%-
XYZ4.972.560.46-
YUV29.92115.64175.85-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 92.38%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 8 (3.52% from 255) = 7.62%
R=92.38%
G=0%
B=7.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.92
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9708010.920.62355.0510019.02
Hex61080645C3E1636413
Octal14101001441347654314423
Binary110000101000011001001011100111110101100011110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610008; }

 p { color: rgb(97,0,8); }

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

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

 a { background-color: rgb(97,0,8); }

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

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

 span { border-color: rgb(97,0,8); }

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