#610508

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

Shades of Pohutukawa #610508

Tints of Pohutukawa #610508

Color information

#610508 (or 0x610508) is unknown color: approx Pohutukawa. HEX triplet: 61, 05 and 08. RGB value is (97,5,8). Sum of RGB (Red+Green+Blue) = 97+5+8=110 (14% of max value = 765). Red value is 97 (38.28% from 255 or 88.18% from 110); Green value is 5 (2.34% from 255 or 4.55% from 110); Blue value is 8 (3.52% from 255 or 7.27% from 110); Max value from RGB is 97 - color contains mainly: red. Hex color #610508 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610508 is #9EFAF7. Grayscale: #202020. Windows color (decimal): -10418936 or 525665. OLE color: 525665.

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

Color convert

RGB9758-
CMYK00.950.920.62
HSL358.04º90.2%20%-
HSV(B)358.04º94.85%38.04%-
XYZ5.032.670.48-
YUV32.85113.98173.76-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 88.18%
GREEN value IS 5 (2.34% from 255) = 4.55%
BLUE value IS 8 (3.52% from 255) = 7.27%
R=88.18%
G=4.55%
B=7.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.92
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal975800.950.920.62358.0490.220
Hex615805F5C3E1665a14
Octal14151001371347654613224
Binary11000011011000010111111011100111110101100110101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610508; }

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

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

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

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

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

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

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

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