#651718

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

Shades of Pohutukawa #651718

Tints of Pohutukawa #651718

Color information

#651718 (or 0x651718) is unknown color: approx Pohutukawa. HEX triplet: 65, 17 and 18. RGB value is (101,23,24). Sum of RGB (Red+Green+Blue) = 101+23+24=148 (19% of max value = 765). Red value is 101 (39.84% from 255 or 68.24% from 148); Green value is 23 (9.38% from 255 or 15.54% from 148); Blue value is 24 (9.77% from 255 or 16.22% from 148); Max value from RGB is 101 - color contains mainly: red. Hex color #651718 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #651718 is #9AE8E7. Grayscale: #2E2E2E. Windows color (decimal): -10152168 or 1578853. OLE color: 1578853.

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

Color convert

RGB1012324-
CMYK00.770.760.60
HSL359.23º62.9%24.31%-
HSV(B)359.23º77.23%39.61%-
XYZ5.843.451.22-
YUV46.44115.34166.92-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 68.24%
GREEN value IS 23 (9.38% from 255) = 15.54%
BLUE value IS 24 (9.77% from 255) = 16.22%
R=68.24%
G=15.54%
B=16.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.76
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101232400.770.760.60359.2362.924.31
Hex65171804D4C3C1673f18
Octal14527300115114745477730
Binary1100101101111100001001101100110011110010110011111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651718; }

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

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

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

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

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

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

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

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