#650506

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

Shades of Pohutukawa #650506

Tints of Pohutukawa #650506

Color information

#650506 (or 0x650506) is unknown color: approx Pohutukawa. HEX triplet: 65, 05 and 06. RGB value is (101,5,6). Sum of RGB (Red+Green+Blue) = 101+5+6=112 (14% of max value = 765). Red value is 101 (39.84% from 255 or 90.18% from 112); Green value is 5 (2.34% from 255 or 4.46% from 112); Blue value is 6 (2.73% from 255 or 5.36% from 112); Max value from RGB is 101 - color contains mainly: red. Hex color #650506 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650506 is #9AFAF9. Grayscale: #212121. Windows color (decimal): -10156794 or 394597. OLE color: 394597.

HSL color Cylindrical-coordinate representation of color #650506: hue angle of 359.38º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #650506 is Cyan = 0, Magento = 0.95, Yellow = 0.94 and Black (K on CMYK) = 0.60.

Color convert

RGB10156-
CMYK00.950.940.60
HSL359.38º90.57%20.78%-
HSV(B)359.38º95.05%39.61%-
XYZ5.452.890.44-
YUV33.82112.3175.92-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 90.18%
GREEN value IS 5 (2.34% from 255) = 4.46%
BLUE value IS 6 (2.73% from 255) = 5.36%
R=90.18%
G=4.46%
B=5.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.94
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1015600.950.940.60359.3890.5720.78
Hex655605F5E3C1675b15
Octal1455601371367454713325
Binary1100101101110010111111011110111100101100111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650506; }

 p { color: rgb(101,5,6); }

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

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

 a { background-color: rgb(101,5,6); }

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

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

 span { border-color: rgb(101,5,6); }

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