#610108

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

Shades of Pohutukawa #610108

Tints of Pohutukawa #610108

Color information

#610108 (or 0x610108) is unknown color: approx Pohutukawa. HEX triplet: 61, 01 and 08. RGB value is (97,1,8). Sum of RGB (Red+Green+Blue) = 97+1+8=106 (14% of max value = 765). Red value is 97 (38.28% from 255 or 91.51% from 106); Green value is 1 (0.78% from 255 or 0.94% from 106); Blue value is 8 (3.52% from 255 or 7.55% from 106); Max value from RGB is 97 - color contains mainly: red. Hex color #610108 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610108 is #9EFEF7. Grayscale: #1E1E1E. Windows color (decimal): -10419960 or 524641. OLE color: 524641.

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

Color convert

RGB9718-
CMYK00.990.920.62
HSL355.62º97.96%19.22%-
HSV(B)355.62º98.97%38.04%-
XYZ4.982.580.47-
YUV30.5115.3175.43-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 91.51%
GREEN value IS 1 (0.78% from 255) = 0.94%
BLUE value IS 8 (3.52% from 255) = 7.55%
R=91.51%
G=0.94%
B=7.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.92
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal971800.990.920.62355.6297.9619.22
Hex61180635C3E1646213
Octal14111001431347654414223
Binary110000111000011000111011100111110101100100110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610108; }

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

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

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

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

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

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

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

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