#64172C

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

Shades of Pohutukawa #64172C

Tints of Pohutukawa #64172C

Color information

#64172C (or 0x64172C) is unknown color: approx Pohutukawa. HEX triplet: 64, 17 and 2C. RGB value is (100,23,44). Sum of RGB (Red+Green+Blue) = 100+23+44=167 (22% of max value = 765). Red value is 100 (39.45% from 255 or 59.88% from 167); Green value is 23 (9.38% from 255 or 13.77% from 167); Blue value is 44 (17.58% from 255 or 26.35% from 167); Max value from RGB is 100 - color contains mainly: red. Hex color #64172C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64172C is #9BE8D3. Grayscale: #303030. Windows color (decimal): -10217684 or 2889572. OLE color: 2889572.

HSL color Cylindrical-coordinate representation of color #64172C: hue angle of 343.64º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #64172C is Cyan = 0, Magento = 0.77, Yellow = 0.56 and Black (K on CMYK) = 0.61.

Color convert

RGB1002344-
CMYK00.770.560.61
HSL343.64º62.6%24.12%-
HSV(B)343.64º77%39.22%-
XYZ6.023.52.74-
YUV48.42125.51164.79-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 59.88%
GREEN value IS 23 (9.38% from 255) = 13.77%
BLUE value IS 44 (17.58% from 255) = 26.35%
R=59.88%
G=13.77%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.56
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100234400.770.560.61343.6462.624.12
Hex64172C04D383D1583f18
Octal1442754011570755307730
Binary1100100101111011000100110111100011110110101100011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64172C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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