Html Css Color HEX #650516 Pohutukawa

📋 copy color: '#650516'

red 101 ◦ green 5 ◦ blue 22

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

Shades of Pohutukawa #650516

Tints of Pohutukawa #650516

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.91%

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

R = 78.91%
G = 3.91%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.78

 K value IS 0.60

RGB Variations

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

Color information

#650516 (or 0x650516) is known color: Pohutukawa. HEX triplet: 65, 05 and 16. RGB value is (101,5,22). Sum of RGB (Red+Green+Blue) = 101+5+22=128 (16% of max value = 765). Red value is 101 (39.84% from 255 or 78.91% from 128); Green value is 5 (2.34% from 255 or 3.91% from 128); Blue value is 22 (8.98% from 255 or 17.19% from 128); Max value from RGB is 101 - color contains mainly: red. Hex color #650516 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650516 is #9AFAE9. Grayscale: #232323. Windows color (decimal): -10156778 or 1443173. OLE color: 1443173.

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

Color convert

RGB 101 5 22 -
CMYK 0 0.95 0.78 0.60
HSL 349.38º 0.91% 0.21% -
HSV(B) 349.38º 0.95% 0.4% -
XYZ 5.57 2.93 1.03 -
YUV 35.64 120.3 174.62 -
System Red Green Blue C M Y K H S L
Decimal 101 5 22 0 0.95 0.78 0.60 349.38 0.91 0.21
Hex 65 5 16 0 5F 4E 3C 15D 5B 15
Octal 145 5 26 0 137 116 74 535 133 25
Binary 1100101 101 10110 0 1011111 1001110 111100 101011101 1011011 10101

Color Harmonies of #650516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650516

Black with #650516

Text Example


Text Example

White with #650516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650516; }

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

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

background-color css

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

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

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

border-color css

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

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

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