Html Css Color HEX #650411 Pohutukawa

📋 copy color: '#650411'

red 101 ◦ green 4 ◦ blue 17

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

Shades of Pohutukawa #650411

Tints of Pohutukawa #650411

RGB

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

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

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

R = 82.79%
G = 3.28%
B = 13.93%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.83

 K value IS 0.60

RGB Variations

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

Color information

#650411 (or 0x650411) is known color: Pohutukawa. HEX triplet: 65, 04 and 11. RGB value is (101,4,17). Sum of RGB (Red+Green+Blue) = 101+4+17=122 (16% of max value = 765). Red value is 101 (39.84% from 255 or 82.79% from 122); Green value is 4 (1.95% from 255 or 3.28% from 122); Blue value is 17 (7.03% from 255 or 13.93% from 122); Max value from RGB is 101 - color contains mainly: red. Hex color #650411 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650411 is #9AFBEE. Grayscale: #222222. Windows color (decimal): -10157039 or 1115237. OLE color: 1115237.

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

Color convert

RGB 101 4 17 -
CMYK 0 0.96 0.83 0.60
HSL 351.96º 0.92% 0.21% -
HSV(B) 351.96º 0.96% 0.4% -
XYZ 5.51 2.89 0.8 -
YUV 34.49 118.14 175.44 -
System Red Green Blue C M Y K H S L
Decimal 101 4 17 0 0.96 0.83 0.60 351.96 0.92 0.21
Hex 65 4 11 0 60 53 3C 160 5C 15
Octal 145 4 21 0 140 123 74 540 134 25
Binary 1100101 100 10001 0 1100000 1010011 111100 101100000 1011100 10101

Color Harmonies of #650411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650411

Black with #650411

Text Example


Text Example

White with #650411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650411; }

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

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

background-color css

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

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

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

border-color css

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

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

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