#651720

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

Shades of Pohutukawa #651720

Tints of Pohutukawa #651720

Color information

#651720 (or 0x651720) is unknown color: approx Pohutukawa. HEX triplet: 65, 17 and 20. RGB value is (101,23,32). Sum of RGB (Red+Green+Blue) = 101+23+32=156 (20% of max value = 765). Red value is 101 (39.84% from 255 or 64.74% from 156); Green value is 23 (9.38% from 255 or 14.74% from 156); Blue value is 32 (12.89% from 255 or 20.51% from 156); Max value from RGB is 101 - color contains mainly: red. Hex color #651720 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #651720 is #9AE8DF. Grayscale: #2F2F2F. Windows color (decimal): -10152160 or 2103141. OLE color: 2103141.

HSL color Cylindrical-coordinate representation of color #651720: hue angle of 353.08º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #651720 is Cyan = 0, Magento = 0.77, Yellow = 0.68 and Black (K on CMYK) = 0.60.

Color convert

RGB1012332-
CMYK00.770.680.60
HSL353.08º62.9%24.31%-
HSV(B)353.08º77.23%39.61%-
XYZ5.933.481.73-
YUV47.35119.34166.27-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 64.74%
GREEN value IS 23 (9.38% from 255) = 14.74%
BLUE value IS 32 (12.89% from 255) = 20.51%
R=64.74%
G=14.74%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.68
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101233200.770.680.60353.0862.924.31
Hex65172004D443C1613f18
Octal14527400115104745417730
Binary11001011011110000001001101100010011110010110000111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651720; }

 p { color: rgb(101,23,32); }

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

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

 a { background-color: rgb(101,23,32); }

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

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

 span { border-color: rgb(101,23,32); }

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