Html Css Color HEX #651216 Pohutukawa

📋 copy color: '#651216'

red 101 ◦ green 18 ◦ blue 22

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

Shades of Pohutukawa #651216

Tints of Pohutukawa #651216

RGB

 RED value IS 101 (39.84% from 255) = 71.63%

 GREEN value IS 18 (7.42% from 255) = 12.77%

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

R = 71.63%
G = 12.77%
B = 15.6%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.78

 K value IS 0.60

RGB Variations

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

Color information

#651216 (or 0x651216) is known color: Pohutukawa. HEX triplet: 65, 12 and 16. RGB value is (101,18,22). Sum of RGB (Red+Green+Blue) = 101+18+22=141 (18% of max value = 765). Red value is 101 (39.84% from 255 or 71.63% from 141); Green value is 18 (7.42% from 255 or 12.77% from 141); Blue value is 22 (8.98% from 255 or 15.60% from 141); Max value from RGB is 101 - color contains mainly: red. Hex color #651216 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #651216 is #9AEDE9. Grayscale: #2B2B2B. Windows color (decimal): -10153450 or 1446501. OLE color: 1446501.

HSL color Cylindrical-coordinate representation of color #651216: hue angle of 357.11º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #651216 is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 18 22 -
CMYK 0 0.82 0.78 0.60
HSL 357.11º 0.7% 0.23% -
HSV(B) 357.11º 0.82% 0.4% -
XYZ 5.73 3.26 1.09 -
YUV 43.27 116 169.17 -
System Red Green Blue C M Y K H S L
Decimal 101 18 22 0 0.82 0.78 0.60 357.11 0.7 0.23
Hex 65 12 16 0 52 4E 3C 165 46 17
Octal 145 22 26 0 122 116 74 545 106 27
Binary 1100101 10010 10110 0 1010010 1001110 111100 101100101 1000110 10111

Color Harmonies of #651216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651216

Black with #651216

Text Example


Text Example

White with #651216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651216; }

 p { color: rgb(101,18,22); }

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

background-color css

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

 a { background-color: rgb(101,18,22); }

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

border-color css

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

 span { border-color: rgb(101,18,22); }

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