Html Css Color HEX #5E0921 Pohutukawa

📋 copy color: '#5E0921'

red 94 ◦ green 9 ◦ blue 33

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

Shades of Pohutukawa #5E0921

Tints of Pohutukawa #5E0921

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.62%

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

R = 69.12%
G = 6.62%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.65

 K value IS 0.63

RGB Variations

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

Color information

#5E0921 (or 0x5E0921) is known color: Pohutukawa. HEX triplet: 5E, 09 and 21. RGB value is (94,9,33). Sum of RGB (Red+Green+Blue) = 94+9+33=136 (18% of max value = 765). Red value is 94 (37.11% from 255 or 69.12% from 136); Green value is 9 (3.91% from 255 or 6.62% from 136); Blue value is 33 (13.28% from 255 or 24.26% from 136); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0921 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E0921 is #A1F6DE. Grayscale: #252525. Windows color (decimal): -10614495 or 2165086. OLE color: 2165086.

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

Color convert

RGB 94 9 33 -
CMYK 0 0.90 0.65 0.63
HSL 343.06º 0.83% 0.2% -
HSV(B) 343.06º 0.9% 0.37% -
XYZ 4.99 2.68 1.69 -
YUV 37.15 125.66 168.55 -
System Red Green Blue C M Y K H S L
Decimal 94 9 33 0 0.90 0.65 0.63 343.06 0.83 0.2
Hex 5E 9 21 0 5A 41 3F 157 53 14
Octal 136 11 41 0 132 101 77 527 123 24
Binary 1011110 1001 100001 0 1011010 1000001 111111 101010111 1010011 10100

Color Harmonies of #5E0921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0921

Black with #5E0921

Text Example


Text Example

White with #5E0921

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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