#5E001F

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

Shades of Pohutukawa #5E001F

Tints of Pohutukawa #5E001F

Color information

#5E001F (or 0x5E001F) is unknown color: approx Pohutukawa. HEX triplet: 5E, 00 and 1F. RGB value is (94,0,31). Sum of RGB (Red+Green+Blue) = 94+0+31=125 (16% of max value = 765). Red value is 94 (37.11% from 255 or 75.2% from 125); Green value is 0 (0.39% from 255 or 0% from 125); Blue value is 31 (12.5% from 255 or 24.8% from 125); Max value from RGB is 94 - color contains mainly: red. Hex color #5E001F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E001F is #A1FFE0. Grayscale: #1F1F1F. Windows color (decimal): -10616801 or 2031710. OLE color: 2031710.

HSL color Cylindrical-coordinate representation of color #5E001F: hue angle of 340.21º 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 #5E001F is Cyan = 0, Magento = 1, Yellow = 0.67 and Black (K on CMYK) = 0.63.

Color convert

RGB94031-
CMYK010.670.63
HSL340.21º100%18.43%-
HSV(B)340.21º100%36.86%-
XYZ4.862.481.52-
YUV31.64127.64172.48-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 75.2%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 31 (12.5% from 255) = 24.8%
R=75.2%
G=0%
B=24.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.67
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94031010.670.63340.2110018.43
Hex5E01F064433F1546412
Octal13603701441037752414422
Binary1011110011111011001001000011111111101010100110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E001F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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