Html Css Color HEX #610712 Pohutukawa

📋 copy color: '#610712'

red 97 ◦ green 7 ◦ blue 18

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

Shades of Pohutukawa #610712

Tints of Pohutukawa #610712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 14.75%

R = 79.51%
G = 5.74%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#610712 (or 0x610712) is known color: Pohutukawa. HEX triplet: 61, 07 and 12. RGB value is (97,7,18). Sum of RGB (Red+Green+Blue) = 97+7+18=122 (16% of max value = 765). Red value is 97 (38.28% from 255 or 79.51% from 122); Green value is 7 (3.12% from 255 or 5.74% from 122); Blue value is 18 (7.42% from 255 or 14.75% from 122); Max value from RGB is 97 - color contains mainly: red. Hex color #610712 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610712 is #9EF8ED. Grayscale: #232323. Windows color (decimal): -10418414 or 1181537. OLE color: 1181537.

HSL color Cylindrical-coordinate representation of color #610712: hue angle of 352.67º 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 #610712 is Cyan = 0, Magento = 0.93, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 7 18 -
CMYK 0 0.93 0.81 0.62
HSL 352.67º 0.87% 0.2% -
HSV(B) 352.67º 0.93% 0.38% -
XYZ 5.11 2.74 0.83 -
YUV 35.16 118.32 172.11 -
System Red Green Blue C M Y K H S L
Decimal 97 7 18 0 0.93 0.81 0.62 352.67 0.87 0.2
Hex 61 7 12 0 5D 51 3E 161 57 14
Octal 141 7 22 0 135 121 76 541 127 24
Binary 1100001 111 10010 0 1011101 1010001 111110 101100001 1010111 10100

Color Harmonies of #610712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610712

Black with #610712

Text Example


Text Example

White with #610712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610712; }

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

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

background-color css

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

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

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

border-color css

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

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

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