Html Css Color HEX #650511 Pohutukawa

📋 copy color: '#650511'

red 101 ◦ green 5 ◦ blue 17

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

Shades of Pohutukawa #650511

Tints of Pohutukawa #650511

RGB

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

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

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

R = 82.11%
G = 4.07%
B = 13.82%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.83

 K value IS 0.60

RGB Variations

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

Color information

#650511 (or 0x650511) is known color: Pohutukawa. HEX triplet: 65, 05 and 11. RGB value is (101,5,17). Sum of RGB (Red+Green+Blue) = 101+5+17=123 (16% of max value = 765). Red value is 101 (39.84% from 255 or 82.11% from 123); Green value is 5 (2.34% from 255 or 4.07% from 123); Blue value is 17 (7.03% from 255 or 13.82% from 123); Max value from RGB is 101 - color contains mainly: red. Hex color #650511 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650511 is #9AFAEE. Grayscale: #232323. Windows color (decimal): -10156783 or 1115493. OLE color: 1115493.

HSL color Cylindrical-coordinate representation of color #650511: hue angle of 352.5º 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 #650511 is Cyan = 0, Magento = 0.95, Yellow = 0.83 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 5 17 -
CMYK 0 0.95 0.83 0.60
HSL 352.5º 0.91% 0.21% -
HSV(B) 352.5º 0.95% 0.4% -
XYZ 5.52 2.92 0.8 -
YUV 35.07 117.8 175.02 -
System Red Green Blue C M Y K H S L
Decimal 101 5 17 0 0.95 0.83 0.60 352.5 0.91 0.21
Hex 65 5 11 0 5F 53 3C 160 5B 15
Octal 145 5 21 0 137 123 74 540 133 25
Binary 1100101 101 10001 0 1011111 1010011 111100 101100000 1011011 10101

Color Harmonies of #650511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650511

Black with #650511

Text Example


Text Example

White with #650511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650511; }

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

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

background-color css

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

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

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

border-color css

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

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

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