#5E0419

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

Shades of Pohutukawa #5E0419

Tints of Pohutukawa #5E0419

Color information

#5E0419 (or 0x5E0419) is unknown color: approx Pohutukawa. HEX triplet: 5E, 04 and 19. RGB value is (94,4,25). Sum of RGB (Red+Green+Blue) = 94+4+25=123 (16% of max value = 765). Red value is 94 (37.11% from 255 or 76.42% from 123); Green value is 4 (1.95% from 255 or 3.25% from 123); Blue value is 25 (10.16% from 255 or 20.33% from 123); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0419 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5E0419 is #A1FBE6. Grayscale: #212121. Windows color (decimal): -10615783 or 1639518. OLE color: 1639518.

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

Color convert

RGB94425-
CMYK00.960.730.63
HSL346º91.84%19.22%-
HSV(B)346º95.74%36.86%-
XYZ4.832.541.15-
YUV33.3123.32171.29-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 76.42%
GREEN value IS 4 (1.95% from 255) = 3.25%
BLUE value IS 25 (10.16% from 255) = 20.33%
R=76.42%
G=3.25%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.73
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9442500.960.730.6334691.8419.22
Hex5E419060493F15a5c13
Octal13643101401117753213423
Binary101111010011001011000001001001111111101011010101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E0419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,4,25); }

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

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

 a { background-color: rgb(94,4,25); }

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

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

 span { border-color: rgb(94,4,25); }

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