#650814

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

Shades of Pohutukawa #650814

Tints of Pohutukawa #650814

Color information

#650814 (or 0x650814) is unknown color: approx Pohutukawa. HEX triplet: 65, 08 and 14. RGB value is (101,8,20). Sum of RGB (Red+Green+Blue) = 101+8+20=129 (17% of max value = 765). Red value is 101 (39.84% from 255 or 78.29% from 129); Green value is 8 (3.52% from 255 or 6.20% from 129); Blue value is 20 (8.20% from 255 or 15.50% from 129); Max value from RGB is 101 - color contains mainly: red. Hex color #650814 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650814 is #9AF7EB. Grayscale: #252525. Windows color (decimal): -10156012 or 1312869. OLE color: 1312869.

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

Color convert

RGB101820-
CMYK00.920.800.60
HSL352.26º85.32%21.37%-
HSV(B)352.26º92.08%39.61%-
XYZ5.582.990.95-
YUV37.17118.31173.52-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 78.29%
GREEN value IS 8 (3.52% from 255) = 6.20%
BLUE value IS 20 (8.20% from 255) = 15.50%
R=78.29%
G=6.20%
B=15.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.80
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10182000.920.800.60352.2685.3221.37
Hex6581405C503C1605515
Octal145102401341207454012525
Binary1100101100010100010111001010000111100101100000101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650814; }

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

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

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

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

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

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

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

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