#60000F

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

Shades of Pohutukawa #60000F

Tints of Pohutukawa #60000F

Color information

#60000F (or 0x60000F) is unknown color: approx Pohutukawa. HEX triplet: 60, 00 and 0F. RGB value is (96,0,15). Sum of RGB (Red+Green+Blue) = 96+0+15=111 (14% of max value = 765). Red value is 96 (37.89% from 255 or 86.49% from 111); Green value is 0 (0.39% from 255 or 0% from 111); Blue value is 15 (6.25% from 255 or 13.51% from 111); Max value from RGB is 96 - color contains mainly: red. Hex color #60000F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #60000F is #9FFFF0. Grayscale: #1E1E1E. Windows color (decimal): -10485745 or 983136. OLE color: 983136.

HSL color Cylindrical-coordinate representation of color #60000F: hue angle of 350.62º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #60000F is Cyan = 0, Magento = 1, Yellow = 0.84 and Black (K on CMYK) = 0.62.

Color convert

RGB96015-
CMYK010.840.62
HSL350.62º100%18.82%-
HSV(B)350.62º100%37.65%-
XYZ4.912.520.68-
YUV30.41119.3174.78-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 86.49%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 15 (6.25% from 255) = 13.51%
R=86.49%
G=0%
B=13.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96015010.840.62350.6210018.82
Hex600F064543E15f6413
Octal14001701441247653714423
Binary110000001111011001001010100111110101011111110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60000F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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