#5E1426

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

Shades of Pohutukawa #5E1426

Tints of Pohutukawa #5E1426

Color information

#5E1426 (or 0x5E1426) is unknown color: approx Pohutukawa. HEX triplet: 5E, 14 and 26. RGB value is (94,20,38). Sum of RGB (Red+Green+Blue) = 94+20+38=152 (20% of max value = 765). Red value is 94 (37.11% from 255 or 61.84% from 152); Green value is 20 (8.20% from 255 or 13.16% from 152); Blue value is 38 (15.23% from 255 or 25% from 152); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1426 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E1426 is #A1EBD9. Grayscale: #2C2C2C. Windows color (decimal): -10611674 or 2495582. OLE color: 2495582.

HSL color Cylindrical-coordinate representation of color #5E1426: hue angle of 345.41º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5E1426 is Cyan = 0, Magento = 0.79, Yellow = 0.60 and Black (K on CMYK) = 0.63.

Color convert

RGB942038-
CMYK00.790.600.63
HSL345.41º64.91%22.35%-
HSV(B)345.41º78.72%36.86%-
XYZ5.223.022.14-
YUV44.18124.52163.54-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 61.84%
GREEN value IS 20 (8.20% from 255) = 13.16%
BLUE value IS 38 (15.23% from 255) = 25%
R=61.84%
G=13.16%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.60
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94203800.790.600.63345.4164.9122.35
Hex5E142604F3C3F1594116
Octal13624460117747753110126
Binary10111101010010011001001111111100111111101011001100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E1426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,20,38); }

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

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

 a { background-color: rgb(94,20,38); }

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

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

 span { border-color: rgb(94,20,38); }

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