#5F000F

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

Shades of Pohutukawa #5F000F

Tints of Pohutukawa #5F000F

Color information

#5F000F (or 0x5F000F) is unknown color: approx Pohutukawa. HEX triplet: 5F, 00 and 0F. RGB value is (95,0,15). Sum of RGB (Red+Green+Blue) = 95+0+15=110 (14% of max value = 765). Red value is 95 (37.5% from 255 or 86.36% from 110); Green value is 0 (0.39% from 255 or 0% from 110); Blue value is 15 (6.25% from 255 or 13.64% from 110); Max value from RGB is 95 - color contains mainly: red. Hex color #5F000F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5F000F is #A0FFF0. Grayscale: #1E1E1E. Windows color (decimal): -10551281 or 983135. OLE color: 983135.

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

Color convert

RGB95015-
CMYK010.840.63
HSL350.53º100%18.63%-
HSV(B)350.53º100%37.25%-
XYZ4.812.470.67-
YUV30.12119.47174.28-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 86.36%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 15 (6.25% from 255) = 13.64%
R=86.36%
G=0%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.84
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95015010.840.63350.5310018.63
Hex5F0F064543F15f6413
Octal13701701441247753714423
Binary101111101111011001001010100111111101011111110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F000F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F000F; }

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

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

<style>
 a { background-color: #5F000F; }

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

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

<style>
 span { border-color: #5F000F; }

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

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