#651722

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

Shades of Pohutukawa #651722

Tints of Pohutukawa #651722

Color information

#651722 (or 0x651722) is unknown color: approx Pohutukawa. HEX triplet: 65, 17 and 22. RGB value is (101,23,34). Sum of RGB (Red+Green+Blue) = 101+23+34=158 (20% of max value = 765). Red value is 101 (39.84% from 255 or 63.92% from 158); Green value is 23 (9.38% from 255 or 14.56% from 158); Blue value is 34 (13.67% from 255 or 21.52% from 158); Max value from RGB is 101 - color contains mainly: red. Hex color #651722 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #651722 is #9AE8DD. Grayscale: #2F2F2F. Windows color (decimal): -10152158 or 2234213. OLE color: 2234213.

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

Color convert

RGB1012334-
CMYK00.770.660.60
HSL351.54º62.9%24.31%-
HSV(B)351.54º77.23%39.61%-
XYZ5.963.491.87-
YUV47.58120.34166.11-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 63.92%
GREEN value IS 23 (9.38% from 255) = 14.56%
BLUE value IS 34 (13.67% from 255) = 21.52%
R=63.92%
G=14.56%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.66
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101233400.770.660.60351.5462.924.31
Hex65172204D423C1603f18
Octal14527420115102745407730
Binary11001011011110001001001101100001011110010110000011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651722; }

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

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

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

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

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

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

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

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