#650812

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

Shades of Pohutukawa #650812

Tints of Pohutukawa #650812

Color information

#650812 (or 0x650812) is unknown color: approx Pohutukawa. HEX triplet: 65, 08 and 12. RGB value is (101,8,18). Sum of RGB (Red+Green+Blue) = 101+8+18=127 (16% of max value = 765). Red value is 101 (39.84% from 255 or 79.53% from 127); Green value is 8 (3.52% from 255 or 6.30% from 127); Blue value is 18 (7.42% from 255 or 14.17% from 127); Max value from RGB is 101 - color contains mainly: red. Hex color #650812 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650812 is #9AF7ED. Grayscale: #242424. Windows color (decimal): -10156014 or 1181797. OLE color: 1181797.

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

Color convert

RGB101818-
CMYK00.920.820.60
HSL353.55º85.32%21.37%-
HSV(B)353.55º92.08%39.61%-
XYZ5.562.980.86-
YUV36.95117.31173.69-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 79.53%
GREEN value IS 8 (3.52% from 255) = 6.30%
BLUE value IS 18 (7.42% from 255) = 14.17%
R=79.53%
G=6.30%
B=14.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.82
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10181800.920.820.60353.5585.3221.37
Hex6581205C523C1625515
Octal145102201341227454212525
Binary1100101100010010010111001010010111100101100010101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650812; }

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

 H1.HeaderClassName
 {
   color: #650812;
 }
 .AnyTagClassName
 {
   color: #650812;
 }
</style>
background-color css

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

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

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

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

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

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