#651216

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

Shades of Pohutukawa #651216

Tints of Pohutukawa #651216

Color information

#651216 (or 0x651216) is unknown color: approx Pohutukawa. HEX triplet: 65, 12 and 16. RGB value is (101,18,22). Sum of RGB (Red+Green+Blue) = 101+18+22=141 (18% of max value = 765). Red value is 101 (39.84% from 255 or 71.63% from 141); Green value is 18 (7.42% from 255 or 12.77% from 141); Blue value is 22 (8.98% from 255 or 15.60% from 141); Max value from RGB is 101 - color contains mainly: red. Hex color #651216 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #651216 is #9AEDE9. Grayscale: #2B2B2B. Windows color (decimal): -10153450 or 1446501. OLE color: 1446501.

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

Color convert

RGB1011822-
CMYK00.820.780.60
HSL357.11º69.75%23.33%-
HSV(B)357.11º82.18%39.61%-
XYZ5.733.261.09-
YUV43.27116169.17-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 71.63%
GREEN value IS 18 (7.42% from 255) = 12.77%
BLUE value IS 22 (8.98% from 255) = 15.60%
R=71.63%
G=12.77%
B=15.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.78
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101182200.820.780.60357.1169.7523.33
Hex6512160524E3C1654617
Octal145222601221167454510627
Binary11001011001010110010100101001110111100101100101100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651216; }

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

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

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

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

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

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

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

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