#650616

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

Shades of Pohutukawa #650616

Tints of Pohutukawa #650616

Color information

#650616 (or 0x650616) is unknown color: approx Pohutukawa. HEX triplet: 65, 06 and 16. RGB value is (101,6,22). Sum of RGB (Red+Green+Blue) = 101+6+22=129 (17% of max value = 765). Red value is 101 (39.84% from 255 or 78.29% from 129); Green value is 6 (2.73% from 255 or 4.65% from 129); Blue value is 22 (8.98% from 255 or 17.05% from 129); Max value from RGB is 101 - color contains mainly: red. Hex color #650616 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650616 is #9AF9E9. Grayscale: #242424. Windows color (decimal): -10156522 or 1443429. OLE color: 1443429.

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

Color convert

RGB101622-
CMYK00.940.780.60
HSL349.89º88.79%20.98%-
HSV(B)349.89º94.06%39.61%-
XYZ5.582.951.04-
YUV36.23119.97174.2-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 78.29%
GREEN value IS 6 (2.73% from 255) = 4.65%
BLUE value IS 22 (8.98% from 255) = 17.05%
R=78.29%
G=4.65%
B=17.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.78
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10162200.940.780.60349.8988.7920.98
Hex6561605E4E3C15e5915
Octal14562601361167453613125
Binary110010111010110010111101001110111100101011110101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650616; }

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

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

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

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

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

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

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

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