#5E000F

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

Shades of Pohutukawa #5E000F

Tints of Pohutukawa #5E000F

Color information

#5E000F (or 0x5E000F) is unknown color: approx Pohutukawa. HEX triplet: 5E, 00 and 0F. RGB value is (94,0,15). Sum of RGB (Red+Green+Blue) = 94+0+15=109 (14% of max value = 765). Red value is 94 (37.11% from 255 or 86.24% from 109); Green value is 0 (0.39% from 255 or 0% from 109); Blue value is 15 (6.25% from 255 or 13.76% from 109); Max value from RGB is 94 - color contains mainly: red. Hex color #5E000F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5E000F is #A1FFF0. Grayscale: #1D1D1D. Windows color (decimal): -10616817 or 983134. OLE color: 983134.

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

Color convert

RGB94015-
CMYK010.840.63
HSL350.43º100%18.43%-
HSV(B)350.43º100%36.86%-
XYZ4.72.410.67-
YUV29.82119.64173.78-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 86.24%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 15 (6.25% from 255) = 13.76%
R=86.24%
G=0%
B=13.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.84
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94015010.840.63350.4310018.43
Hex5E0F064543F15e6412
Octal13601701441247753614422
Binary101111001111011001001010100111111101011110110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E000F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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