Html Css Color HEX #5E0521 Pohutukawa

📋 copy color: '#5E0521'

red 94 ◦ green 5 ◦ blue 33

#5E0521
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pohutukawa #5E0521

Tints of Pohutukawa #5E0521

RGB

 RED value IS 94 (37.11% from 255) = 71.21%

 GREEN value IS 5 (2.34% from 255) = 3.79%

 BLUE value IS 33 (13.28% from 255) = 25%

R = 71.21%
G = 3.79%
B = 25%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.65

 K value IS 0.63

RGB Variations

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

Color information

#5E0521 (or 0x5E0521) is known color: Pohutukawa. HEX triplet: 5E, 05 and 21. RGB value is (94,5,33). Sum of RGB (Red+Green+Blue) = 94+5+33=132 (17% of max value = 765). Red value is 94 (37.11% from 255 or 71.21% from 132); Green value is 5 (2.34% from 255 or 3.79% from 132); Blue value is 33 (13.28% from 255 or 25% from 132); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0521 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E0521 is #A1FADE. Grayscale: #222222. Windows color (decimal): -10615519 or 2164062. OLE color: 2164062.

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

Color convert

RGB 94 5 33 -
CMYK 0 0.95 0.65 0.63
HSL 341.12º 0.9% 0.19% -
HSV(B) 341.12º 0.95% 0.37% -
XYZ 4.94 2.6 1.68 -
YUV 34.8 126.99 170.22 -
System Red Green Blue C M Y K H S L
Decimal 94 5 33 0 0.95 0.65 0.63 341.12 0.9 0.19
Hex 5E 5 21 0 5F 41 3F 155 5A 13
Octal 136 5 41 0 137 101 77 525 132 23
Binary 1011110 101 100001 0 1011111 1000001 111111 101010101 1011010 10011

Color Harmonies of #5E0521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0521

Black with #5E0521

Text Example


Text Example

White with #5E0521

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,5,33); }

 H1.HeaderClassName
 {
   color: #5E0521;
 }
 .AnyTagClassName
 {
   color: #5E0521;
 }
</style>

background-color css

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

 a { background-color: rgb(94,5,33); }

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

border-color css

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

 span { border-color: rgb(94,5,33); }

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