#60041D

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

Shades of Pohutukawa #60041D

Tints of Pohutukawa #60041D

Color information

#60041D (or 0x60041D) is unknown color: approx Pohutukawa. HEX triplet: 60, 04 and 1D. RGB value is (96,4,29). Sum of RGB (Red+Green+Blue) = 96+4+29=129 (17% of max value = 765). Red value is 96 (37.89% from 255 or 74.42% from 129); Green value is 4 (1.95% from 255 or 3.10% from 129); Blue value is 29 (11.72% from 255 or 22.48% from 129); Max value from RGB is 96 - color contains mainly: red. Hex color #60041D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60041D is #9FFBE2. Grayscale: #222222. Windows color (decimal): -10484707 or 1901664. OLE color: 1901664.

HSL color Cylindrical-coordinate representation of color #60041D: hue angle of 343.7º 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 #60041D is Cyan = 0, Magento = 0.96, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB96429-
CMYK00.960.700.62
HSL343.7º92%19.61%-
HSV(B)343.7º95.83%37.65%-
XYZ5.092.661.41-
YUV34.36124.98171.97-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 74.42%
GREEN value IS 4 (1.95% from 255) = 3.10%
BLUE value IS 29 (11.72% from 255) = 22.48%
R=74.42%
G=3.10%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9642900.960.700.62343.79219.61
Hex6041D060463E1585c14
Octal14043501401067653013424
Binary110000010011101011000001000110111110101011000101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60041D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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