#5E0222

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

Shades of Pohutukawa #5E0222

Tints of Pohutukawa #5E0222

Color information

#5E0222 (or 0x5E0222) is unknown color: approx Pohutukawa. HEX triplet: 5E, 02 and 22. RGB value is (94,2,34). Sum of RGB (Red+Green+Blue) = 94+2+34=130 (17% of max value = 765). Red value is 94 (37.11% from 255 or 72.31% from 130); Green value is 2 (1.17% from 255 or 1.54% from 130); Blue value is 34 (13.67% from 255 or 26.15% from 130); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0222 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E0222 is #A1FDDD. Grayscale: #212121. Windows color (decimal): -10616286 or 2228830. OLE color: 2228830.

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

Color convert

RGB94234-
CMYK00.980.640.63
HSL339.13º95.83%18.82%-
HSV(B)339.13º97.87%36.86%-
XYZ4.932.541.74-
YUV33.16128.48171.4-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 72.31%
GREEN value IS 2 (1.17% from 255) = 1.54%
BLUE value IS 34 (13.67% from 255) = 26.15%
R=72.31%
G=1.54%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.64
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9423400.980.640.63339.1395.8318.82
Hex5E222062403F1536013
Octal13624201421007752314023
Binary101111010100010011000101000000111111101010011110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E0222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,2,34); }

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

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

 a { background-color: rgb(94,2,34); }

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

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

 span { border-color: rgb(94,2,34); }

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