Html Css Color HEX #610D16 Pohutukawa

📋 copy color: '#610D16'

red 97 ◦ green 13 ◦ blue 22

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

Shades of Pohutukawa #610D16

Tints of Pohutukawa #610D16

RGB

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

 GREEN value IS 13 (5.47% from 255) = 9.85%

 BLUE value IS 22 (8.98% from 255) = 16.67%

R = 73.48%
G = 9.85%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.77

 K value IS 0.62

RGB Variations

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

Color information

#610D16 (or 0x610D16) is known color: Pohutukawa. HEX triplet: 61, 0D and 16. RGB value is (97,13,22). Sum of RGB (Red+Green+Blue) = 97+13+22=132 (17% of max value = 765). Red value is 97 (38.28% from 255 or 73.48% from 132); Green value is 13 (5.47% from 255 or 9.85% from 132); Blue value is 22 (8.98% from 255 or 16.67% from 132); Max value from RGB is 97 - color contains mainly: red. Hex color #610D16 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610D16 is #9EF2E9. Grayscale: #272727. Windows color (decimal): -10416874 or 1445217. OLE color: 1445217.

HSL color Cylindrical-coordinate representation of color #610D16: hue angle of 353.57º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #610D16 is Cyan = 0, Magento = 0.87, Yellow = 0.77 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 13 22 -
CMYK 0 0.87 0.77 0.62
HSL 353.57º 0.76% 0.22% -
HSV(B) 353.57º 0.87% 0.38% -
XYZ 5.22 2.89 1.04 -
YUV 39.14 118.33 169.27 -
System Red Green Blue C M Y K H S L
Decimal 97 13 22 0 0.87 0.77 0.62 353.57 0.76 0.22
Hex 61 D 16 0 57 4D 3E 162 4C 16
Octal 141 15 26 0 127 115 76 542 114 26
Binary 1100001 1101 10110 0 1010111 1001101 111110 101100010 1001100 10110

Color Harmonies of #610D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610D16

Black with #610D16

Text Example


Text Example

White with #610D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610D16; }

 p { color: rgb(97,13,22); }

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

background-color css

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

 a { background-color: rgb(97,13,22); }

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

border-color css

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

 span { border-color: rgb(97,13,22); }

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