#650815

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

Shades of Pohutukawa #650815

Tints of Pohutukawa #650815

Color information

#650815 (or 0x650815) is unknown color: approx Pohutukawa. HEX triplet: 65, 08 and 15. RGB value is (101,8,21). Sum of RGB (Red+Green+Blue) = 101+8+21=130 (17% of max value = 765). Red value is 101 (39.84% from 255 or 77.69% from 130); Green value is 8 (3.52% from 255 or 6.15% from 130); Blue value is 21 (8.59% from 255 or 16.15% from 130); Max value from RGB is 101 - color contains mainly: red. Hex color #650815 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650815 is #9AF7EA. Grayscale: #252525. Windows color (decimal): -10156011 or 1378405. OLE color: 1378405.

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

Color convert

RGB101821-
CMYK00.920.790.60
HSL351.61º85.32%21.37%-
HSV(B)351.61º92.08%39.61%-
XYZ5.592.990.99-
YUV37.29118.81173.44-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 77.69%
GREEN value IS 8 (3.52% from 255) = 6.15%
BLUE value IS 21 (8.59% from 255) = 16.15%
R=77.69%
G=6.15%
B=16.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.79
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10182100.920.790.60351.6185.3221.37
Hex6581505C4F3C1605515
Octal145102501341177454012525
Binary1100101100010101010111001001111111100101100000101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650815; }

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

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

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

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

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

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

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

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