Html Css Color HEX #650D16 Pohutukawa

📋 copy color: '#650D16'

red 101 ◦ green 13 ◦ blue 22

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

Shades of Pohutukawa #650D16

Tints of Pohutukawa #650D16

RGB

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

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

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

R = 74.26%
G = 9.56%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.78

 K value IS 0.60

RGB Variations

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

Color information

#650D16 (or 0x650D16) is known color: Pohutukawa. HEX triplet: 65, 0D and 16. RGB value is (101,13,22). Sum of RGB (Red+Green+Blue) = 101+13+22=136 (18% of max value = 765). Red value is 101 (39.84% from 255 or 74.26% from 136); Green value is 13 (5.47% from 255 or 9.56% from 136); Blue value is 22 (8.98% from 255 or 16.18% from 136); Max value from RGB is 101 - color contains mainly: red. Hex color #650D16 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650D16 is #9AF2E9. Grayscale: #282828. Windows color (decimal): -10154730 or 1445221. OLE color: 1445221.

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

Color convert

RGB 101 13 22 -
CMYK 0 0.87 0.78 0.60
HSL 353.86º 0.77% 0.22% -
HSV(B) 353.86º 0.87% 0.4% -
XYZ 5.66 3.11 1.06 -
YUV 40.34 117.65 171.27 -
System Red Green Blue C M Y K H S L
Decimal 101 13 22 0 0.87 0.78 0.60 353.86 0.77 0.22
Hex 65 D 16 0 57 4E 3C 162 4D 16
Octal 145 15 26 0 127 116 74 542 115 26
Binary 1100101 1101 10110 0 1010111 1001110 111100 101100010 1001101 10110

Color Harmonies of #650D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650D16

Black with #650D16

Text Example


Text Example

White with #650D16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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