Html Css Color HEX #611516 Pohutukawa

📋 copy color: '#611516'

red 97 ◦ green 21 ◦ blue 22

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

Shades of Pohutukawa #611516

Tints of Pohutukawa #611516

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15%

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

R = 69.29%
G = 15%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.77

 K value IS 0.62

RGB Variations

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

Color information

#611516 (or 0x611516) is known color: Pohutukawa. HEX triplet: 61, 15 and 16. RGB value is (97,21,22). Sum of RGB (Red+Green+Blue) = 97+21+22=140 (18% of max value = 765). Red value is 97 (38.28% from 255 or 69.29% from 140); Green value is 21 (8.59% from 255 or 15% from 140); Blue value is 22 (8.98% from 255 or 15.71% from 140); Max value from RGB is 97 - color contains mainly: red. Hex color #611516 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #611516 is #9EEAE9. Grayscale: #2B2B2B. Windows color (decimal): -10414826 or 1447265. OLE color: 1447265.

HSL color Cylindrical-coordinate representation of color #611516: hue angle of 359.21º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #611516 is Cyan = 0, Magento = 0.78, Yellow = 0.77 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 21 22 -
CMYK 0 0.78 0.77 0.62
HSL 359.21º 0.64% 0.23% -
HSV(B) 359.21º 0.78% 0.38% -
XYZ 5.34 3.14 1.08 -
YUV 43.84 115.68 165.92 -
System Red Green Blue C M Y K H S L
Decimal 97 21 22 0 0.78 0.77 0.62 359.21 0.64 0.23
Hex 61 15 16 0 4E 4D 3E 167 40 17
Octal 141 25 26 0 116 115 76 547 100 27
Binary 1100001 10101 10110 0 1001110 1001101 111110 101100111 1000000 10111

Color Harmonies of #611516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611516

Black with #611516

Text Example


Text Example

White with #611516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611516; }

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

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

background-color css

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

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

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

border-color css

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

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

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