#60051E

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

Shades of Pohutukawa #60051E

Tints of Pohutukawa #60051E

Color information

#60051E (or 0x60051E) is unknown color: approx Pohutukawa. HEX triplet: 60, 05 and 1E. RGB value is (96,5,30). Sum of RGB (Red+Green+Blue) = 96+5+30=131 (17% of max value = 765). Red value is 96 (37.89% from 255 or 73.28% from 131); Green value is 5 (2.34% from 255 or 3.82% from 131); Blue value is 30 (12.11% from 255 or 22.90% from 131); Max value from RGB is 96 - color contains mainly: red. Hex color #60051E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60051E is #9FFAE1. Grayscale: #232323. Windows color (decimal): -10484450 or 1967456. OLE color: 1967456.

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

Color convert

RGB96530-
CMYK00.950.690.62
HSL343.52º90.1%19.8%-
HSV(B)343.52º94.79%37.65%-
XYZ5.112.691.48-
YUV35.06125.15171.47-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 73.28%
GREEN value IS 5 (2.34% from 255) = 3.82%
BLUE value IS 30 (12.11% from 255) = 22.90%
R=73.28%
G=3.82%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9653000.950.690.62343.5290.119.8
Hex6051E05F453E1585a14
Octal14053601371057653013224
Binary110000010111110010111111000101111110101011000101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60051E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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