Html Css Color HEX #650416 Pohutukawa

📋 copy color: '#650416'

red 101 ◦ green 4 ◦ blue 22

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

Shades of Pohutukawa #650416

Tints of Pohutukawa #650416

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.15%

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

R = 79.53%
G = 3.15%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.78

 K value IS 0.60

RGB Variations

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

Color information

#650416 (or 0x650416) is known color: Pohutukawa. HEX triplet: 65, 04 and 16. RGB value is (101,4,22). Sum of RGB (Red+Green+Blue) = 101+4+22=127 (16% of max value = 765). Red value is 101 (39.84% from 255 or 79.53% from 127); Green value is 4 (1.95% from 255 or 3.15% from 127); Blue value is 22 (8.98% from 255 or 17.32% from 127); Max value from RGB is 101 - color contains mainly: red. Hex color #650416 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650416 is #9AFBE9. Grayscale: #232323. Windows color (decimal): -10157034 or 1442917. OLE color: 1442917.

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

Color convert

RGB 101 4 22 -
CMYK 0 0.96 0.78 0.60
HSL 348.87º 0.92% 0.21% -
HSV(B) 348.87º 0.96% 0.4% -
XYZ 5.56 2.91 1.03 -
YUV 35.06 120.64 175.04 -
System Red Green Blue C M Y K H S L
Decimal 101 4 22 0 0.96 0.78 0.60 348.87 0.92 0.21
Hex 65 4 16 0 60 4E 3C 15D 5C 15
Octal 145 4 26 0 140 116 74 535 134 25
Binary 1100101 100 10110 0 1100000 1001110 111100 101011101 1011100 10101

Color Harmonies of #650416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650416

Black with #650416

Text Example


Text Example

White with #650416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650416; }

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

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

background-color css

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

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

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

border-color css

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

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

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