#60191E

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

Shades of Pohutukawa #60191E

Tints of Pohutukawa #60191E

Color information

#60191E (or 0x60191E) is unknown color: approx Pohutukawa. HEX triplet: 60, 19 and 1E. RGB value is (96,25,30). Sum of RGB (Red+Green+Blue) = 96+25+30=151 (20% of max value = 765). Red value is 96 (37.89% from 255 or 63.58% from 151); Green value is 25 (10.16% from 255 or 16.56% from 151); Blue value is 30 (12.11% from 255 or 19.87% from 151); Max value from RGB is 96 - color contains mainly: red. Hex color #60191E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60191E is #9FE6E1. Grayscale: #2E2E2E. Windows color (decimal): -10479330 or 1972576. OLE color: 1972576.

HSL color Cylindrical-coordinate representation of color #60191E: hue angle of 355.77º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #60191E is Cyan = 0, Magento = 0.74, Yellow = 0.69 and Black (K on CMYK) = 0.62.

Color convert

RGB962530-
CMYK00.740.690.62
HSL355.77º58.68%23.73%-
HSV(B)355.77º73.96%37.65%-
XYZ5.413.281.58-
YUV46.8118.52163.09-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 63.58%
GREEN value IS 25 (10.16% from 255) = 16.56%
BLUE value IS 30 (12.11% from 255) = 19.87%
R=63.58%
G=16.56%
B=19.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96253000.740.690.62355.7758.6823.73
Hex60191E04A453E1643b18
Octal14031360112105765447330
Binary1100000110011111001001010100010111111010110010011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60191E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60191E; }

 p { color: rgb(96,25,30); }

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

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

 a { background-color: rgb(96,25,30); }

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

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

 span { border-color: rgb(96,25,30); }

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