#60031C

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

Shades of Pohutukawa #60031C

Tints of Pohutukawa #60031C

Color information

#60031C (or 0x60031C) is unknown color: approx Pohutukawa. HEX triplet: 60, 03 and 1C. RGB value is (96,3,28). Sum of RGB (Red+Green+Blue) = 96+3+28=127 (16% of max value = 765). Red value is 96 (37.89% from 255 or 75.59% from 127); Green value is 3 (1.56% from 255 or 2.36% from 127); Blue value is 28 (11.33% from 255 or 22.05% from 127); Max value from RGB is 96 - color contains mainly: red. Hex color #60031C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60031C is #9FFCE3. Grayscale: #212121. Windows color (decimal): -10484964 or 1835872. OLE color: 1835872.

HSL color Cylindrical-coordinate representation of color #60031C: hue angle of 343.87º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #60031C is Cyan = 0, Magento = 0.97, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB96328-
CMYK00.970.710.62
HSL343.87º93.94%19.41%-
HSV(B)343.87º96.88%37.65%-
XYZ5.072.641.34-
YUV33.66124.81172.47-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 75.59%
GREEN value IS 3 (1.56% from 255) = 2.36%
BLUE value IS 28 (11.33% from 255) = 22.05%
R=75.59%
G=2.36%
B=22.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.71
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9632800.970.710.62343.8793.9419.41
Hex6031C061473E1585e13
Octal14033401411077653013623
Binary11000001111100011000011000111111110101011000101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60031C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,3,28); }

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

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

 a { background-color: rgb(96,3,28); }

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

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

 span { border-color: rgb(96,3,28); }

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