#60030F

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

Shades of Pohutukawa #60030F

Tints of Pohutukawa #60030F

Color information

#60030F (or 0x60030F) is unknown color: approx Pohutukawa. HEX triplet: 60, 03 and 0F. RGB value is (96,3,15). Sum of RGB (Red+Green+Blue) = 96+3+15=114 (15% of max value = 765). Red value is 96 (37.89% from 255 or 84.21% from 114); Green value is 3 (1.56% from 255 or 2.63% from 114); Blue value is 15 (6.25% from 255 or 13.16% from 114); Max value from RGB is 96 - color contains mainly: red. Hex color #60030F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #60030F is #9FFCF0. Grayscale: #202020. Windows color (decimal): -10484977 or 983904. OLE color: 983904.

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

Color convert

RGB96315-
CMYK00.970.840.62
HSL352.26º93.94%19.41%-
HSV(B)352.26º96.88%37.65%-
XYZ4.942.590.69-
YUV32.17118.31173.52-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 84.21%
GREEN value IS 3 (1.56% from 255) = 2.63%
BLUE value IS 15 (6.25% from 255) = 13.16%
R=84.21%
G=2.63%
B=13.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9631500.970.840.62352.2693.9419.41
Hex603F061543E1605e13
Octal14031701411247654013623
Binary1100000111111011000011010100111110101100000101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60030F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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