Html Css Color HEX #650916 Pohutukawa

📋 copy color: '#650916'

red 101 ◦ green 9 ◦ blue 22

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

Shades of Pohutukawa #650916

Tints of Pohutukawa #650916

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.82%

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

R = 76.52%
G = 6.82%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.78

 K value IS 0.60

RGB Variations

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

Color information

#650916 (or 0x650916) is known color: Pohutukawa. HEX triplet: 65, 09 and 16. RGB value is (101,9,22). Sum of RGB (Red+Green+Blue) = 101+9+22=132 (17% of max value = 765). Red value is 101 (39.84% from 255 or 76.52% from 132); Green value is 9 (3.91% from 255 or 6.82% from 132); Blue value is 22 (8.98% from 255 or 16.67% from 132); Max value from RGB is 101 - color contains mainly: red. Hex color #650916 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650916 is #9AF6E9. Grayscale: #262626. Windows color (decimal): -10155754 or 1444197. OLE color: 1444197.

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

Color convert

RGB 101 9 22 -
CMYK 0 0.91 0.78 0.60
HSL 351.52º 0.84% 0.22% -
HSV(B) 351.52º 0.91% 0.4% -
XYZ 5.61 3.02 1.05 -
YUV 37.99 118.98 172.94 -
System Red Green Blue C M Y K H S L
Decimal 101 9 22 0 0.91 0.78 0.60 351.52 0.84 0.22
Hex 65 9 16 0 5B 4E 3C 160 54 16
Octal 145 11 26 0 133 116 74 540 124 26
Binary 1100101 1001 10110 0 1011011 1001110 111100 101100000 1010100 10110

Color Harmonies of #650916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650916

Black with #650916

Text Example


Text Example

White with #650916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650916; }

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

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

background-color css

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

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

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

border-color css

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

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

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