#65172C

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

Shades of Pohutukawa #65172C

Tints of Pohutukawa #65172C

Color information

#65172C (or 0x65172C) is unknown color: approx Pohutukawa. HEX triplet: 65, 17 and 2C. RGB value is (101,23,44). Sum of RGB (Red+Green+Blue) = 101+23+44=168 (22% of max value = 765). Red value is 101 (39.84% from 255 or 60.12% from 168); Green value is 23 (9.38% from 255 or 13.69% from 168); Blue value is 44 (17.58% from 255 or 26.19% from 168); Max value from RGB is 101 - color contains mainly: red. Hex color #65172C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65172C is #9AE8D3. Grayscale: #303030. Windows color (decimal): -10152148 or 2889573. OLE color: 2889573.

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

Color convert

RGB1012344-
CMYK00.770.560.60
HSL343.85º62.9%24.31%-
HSV(B)343.85º77.23%39.61%-
XYZ6.133.562.75-
YUV48.72125.34165.29-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 60.12%
GREEN value IS 23 (9.38% from 255) = 13.69%
BLUE value IS 44 (17.58% from 255) = 26.19%
R=60.12%
G=13.69%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.56
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101234400.770.560.60343.8562.924.31
Hex65172C04D383C1583f18
Octal1452754011570745307730
Binary1100101101111011000100110111100011110010101100011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65172C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65172C; }

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

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

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

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

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

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

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

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