#60041B

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

Shades of Pohutukawa #60041B

Tints of Pohutukawa #60041B

Color information

#60041B (or 0x60041B) is unknown color: approx Pohutukawa. HEX triplet: 60, 04 and 1B. RGB value is (96,4,27). Sum of RGB (Red+Green+Blue) = 96+4+27=127 (16% of max value = 765). Red value is 96 (37.89% from 255 or 75.59% from 127); Green value is 4 (1.95% from 255 or 3.15% from 127); Blue value is 27 (10.94% from 255 or 21.26% from 127); Max value from RGB is 96 - color contains mainly: red. Hex color #60041B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60041B is #9FFBE4. Grayscale: #222222. Windows color (decimal): -10484709 or 1770592. OLE color: 1770592.

HSL color Cylindrical-coordinate representation of color #60041B: hue angle of 345º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #60041B is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.62.

Color convert

RGB96427-
CMYK00.960.720.62
HSL345º92%19.61%-
HSV(B)345º95.83%37.65%-
XYZ5.072.651.28-
YUV34.13123.98172.13-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 75.59%
GREEN value IS 4 (1.95% from 255) = 3.15%
BLUE value IS 27 (10.94% from 255) = 21.26%
R=75.59%
G=3.15%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9642700.960.720.623459219.61
Hex6041B060483E1595c14
Octal14043301401107653113424
Binary110000010011011011000001001000111110101011001101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60041B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60041B; }

 p { color: rgb(96,4,27); }

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

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

 a { background-color: rgb(96,4,27); }

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

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

 span { border-color: rgb(96,4,27); }

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