Html Css Color HEX #610708 Pohutukawa

📋 copy color: '#610708'

red 97 ◦ green 7 ◦ blue 8

#610708
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pohutukawa #610708

Tints of Pohutukawa #610708

RGB

 RED value IS 97 (38.28% from 255) = 86.61%

 GREEN value IS 7 (3.13% from 255) = 6.25%

 BLUE value IS 8 (3.52% from 255) = 7.14%

R = 86.61%
G = 6.25%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.92

 K value IS 0.62

RGB Variations

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

Color information

#610708 (or 0x610708) is known color: Pohutukawa. HEX triplet: 61, 07 and 08. RGB value is (97,7,8). Sum of RGB (Red+Green+Blue) = 97+7+8=112 (14% of max value = 765). Red value is 97 (38.28% from 255 or 86.61% from 112); Green value is 7 (3.12% from 255 or 6.25% from 112); Blue value is 8 (3.52% from 255 or 7.14% from 112); Max value from RGB is 97 - color contains mainly: red. Hex color #610708 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610708 is #9EF8F7. Grayscale: #222222. Windows color (decimal): -10418424 or 526177. OLE color: 526177.

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

Color convert

RGB 97 7 8 -
CMYK 0 0.93 0.92 0.62
HSL 359.33º 0.87% 0.2% -
HSV(B) 359.33º 0.93% 0.38% -
XYZ 5.05 2.71 0.49 -
YUV 34.02 113.32 172.92 -
System Red Green Blue C M Y K H S L
Decimal 97 7 8 0 0.93 0.92 0.62 359.33 0.87 0.2
Hex 61 7 8 0 5D 5C 3E 167 57 14
Octal 141 7 10 0 135 134 76 547 127 24
Binary 1100001 111 1000 0 1011101 1011100 111110 101100111 1010111 10100

Color Harmonies of #610708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610708

Black with #610708

Text Example


Text Example

White with #610708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610708; }

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

 H1.HeaderClassName
 {
   color: #610708;
 }
 .AnyTagClassName
 {
   color: #610708;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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