Html Css Color HEX #5E0420 Pohutukawa

📋 copy color: '#5E0420'

red 94 ◦ green 4 ◦ blue 32

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

Shades of Pohutukawa #5E0420

Tints of Pohutukawa #5E0420

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.08%

 BLUE value IS 32 (12.89% from 255) = 24.62%

R = 72.31%
G = 3.08%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.66

 K value IS 0.63

RGB Variations

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

Color information

#5E0420 (or 0x5E0420) is known color: Pohutukawa. HEX triplet: 5E, 04 and 20. RGB value is (94,4,32). Sum of RGB (Red+Green+Blue) = 94+4+32=130 (17% of max value = 765). Red value is 94 (37.11% from 255 or 72.31% from 130); Green value is 4 (1.95% from 255 or 3.08% from 130); Blue value is 32 (12.89% from 255 or 24.62% from 130); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0420 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E0420 is #A1FBDF. Grayscale: #222222. Windows color (decimal): -10615776 or 2098270. OLE color: 2098270.

HSL color Cylindrical-coordinate representation of color #5E0420: hue angle of 341.33º 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 #5E0420 is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 4 32 -
CMYK 0 0.96 0.66 0.63
HSL 341.33º 0.92% 0.19% -
HSV(B) 341.33º 0.96% 0.37% -
XYZ 4.92 2.57 1.6 -
YUV 34.1 126.82 170.72 -
System Red Green Blue C M Y K H S L
Decimal 94 4 32 0 0.96 0.66 0.63 341.33 0.92 0.19
Hex 5E 4 20 0 60 42 3F 155 5C 13
Octal 136 4 40 0 140 102 77 525 134 23
Binary 1011110 100 100000 0 1100000 1000010 111111 101010101 1011100 10011

Color Harmonies of #5E0420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0420

Black with #5E0420

Text Example


Text Example

White with #5E0420

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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