Html Css Color HEX #650811 Pohutukawa

📋 copy color: '#650811'

red 101 ◦ green 8 ◦ blue 17

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

Shades of Pohutukawa #650811

Tints of Pohutukawa #650811

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.35%

 BLUE value IS 17 (7.03% from 255) = 13.49%

R = 80.16%
G = 6.35%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.83

 K value IS 0.60

RGB Variations

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

Color information

#650811 (or 0x650811) is known color: Pohutukawa. HEX triplet: 65, 08 and 11. RGB value is (101,8,17). Sum of RGB (Red+Green+Blue) = 101+8+17=126 (16% of max value = 765). Red value is 101 (39.84% from 255 or 80.16% from 126); Green value is 8 (3.52% from 255 or 6.35% from 126); Blue value is 17 (7.03% from 255 or 13.49% from 126); Max value from RGB is 101 - color contains mainly: red. Hex color #650811 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650811 is #9AF7EE. Grayscale: #242424. Windows color (decimal): -10156015 or 1116261. OLE color: 1116261.

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

Color convert

RGB 101 8 17 -
CMYK 0 0.92 0.83 0.60
HSL 354.19º 0.85% 0.21% -
HSV(B) 354.19º 0.92% 0.4% -
XYZ 5.55 2.98 0.81 -
YUV 36.83 116.81 173.77 -
System Red Green Blue C M Y K H S L
Decimal 101 8 17 0 0.92 0.83 0.60 354.19 0.85 0.21
Hex 65 8 11 0 5C 53 3C 162 55 15
Octal 145 10 21 0 134 123 74 542 125 25
Binary 1100101 1000 10001 0 1011100 1010011 111100 101100010 1010101 10101

Color Harmonies of #650811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650811

Black with #650811

Text Example


Text Example

White with #650811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650811; }

 p { color: rgb(101,8,17); }

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

background-color css

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

 a { background-color: rgb(101,8,17); }

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

border-color css

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

 span { border-color: rgb(101,8,17); }

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