#650411

Color #650411 Pohutukawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pohutukawa #650411

Tints of Pohutukawa #650411

Color information

#650411 (or 0x650411) is unknown color: approx 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

RGB101417-
CMYK00.960.830.60
HSL351.96º92.38%20.59%-
HSV(B)351.96º96.04%39.61%-
XYZ5.512.890.8-
YUV34.48118.14175.44-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.83
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10141700.960.830.60351.9692.3820.59
Hex65411060533C1605c15
Octal14542101401237454013425
Binary110010110010001011000001010011111100101100000101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>