#60031F

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

Shades of Pohutukawa #60031F

Tints of Pohutukawa #60031F

Color information

#60031F (or 0x60031F) is unknown color: approx Pohutukawa. HEX triplet: 60, 03 and 1F. RGB value is (96,3,31). Sum of RGB (Red+Green+Blue) = 96+3+31=130 (17% of max value = 765). Red value is 96 (37.89% from 255 or 73.85% from 130); Green value is 3 (1.56% from 255 or 2.31% from 130); Blue value is 31 (12.5% from 255 or 23.85% from 130); Max value from RGB is 96 - color contains mainly: red. Hex color #60031F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60031F is #9FFCE0. Grayscale: #212121. Windows color (decimal): -10484961 or 2032480. OLE color: 2032480.

HSL color Cylindrical-coordinate representation of color #60031F: hue angle of 341.94º 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 #60031F is Cyan = 0, Magento = 0.97, Yellow = 0.68 and Black (K on CMYK) = 0.62.

Color convert

RGB96331-
CMYK00.970.680.62
HSL341.94º93.94%19.41%-
HSV(B)341.94º96.88%37.65%-
XYZ5.12.651.54-
YUV34126.31172.22-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 73.85%
GREEN value IS 3 (1.56% from 255) = 2.31%
BLUE value IS 31 (12.5% from 255) = 23.85%
R=73.85%
G=2.31%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9633100.970.680.62341.9493.9419.41
Hex6031F061443E1565e13
Octal14033701411047652613623
Binary11000001111111011000011000100111110101010110101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60031F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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