Html Css Color HEX #5E0320 Pohutukawa

📋 copy color: '#5E0320'

red 94 ◦ green 3 ◦ blue 32

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

Shades of Pohutukawa #5E0320

Tints of Pohutukawa #5E0320

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.33%

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

R = 72.87%
G = 2.33%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.66

 K value IS 0.63

RGB Variations

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

Color information

#5E0320 (or 0x5E0320) is known color: Pohutukawa. HEX triplet: 5E, 03 and 20. RGB value is (94,3,32). Sum of RGB (Red+Green+Blue) = 94+3+32=129 (17% of max value = 765). Red value is 94 (37.11% from 255 or 72.87% from 129); Green value is 3 (1.56% from 255 or 2.33% from 129); Blue value is 32 (12.89% from 255 or 24.81% from 129); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0320 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E0320 is #A1FCDF. Grayscale: #212121. Windows color (decimal): -10616032 or 2098014. OLE color: 2098014.

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

Color convert

RGB 94 3 32 -
CMYK 0 0.97 0.66 0.63
HSL 340.88º 0.94% 0.19% -
HSV(B) 340.88º 0.97% 0.37% -
XYZ 4.91 2.55 1.6 -
YUV 33.52 127.15 171.14 -
System Red Green Blue C M Y K H S L
Decimal 94 3 32 0 0.97 0.66 0.63 340.88 0.94 0.19
Hex 5E 3 20 0 61 42 3F 155 5E 13
Octal 136 3 40 0 141 102 77 525 136 23
Binary 1011110 11 100000 0 1100001 1000010 111111 101010101 1011110 10011

Color Harmonies of #5E0320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0320

Black with #5E0320

Text Example


Text Example

White with #5E0320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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