Html Css Color HEX #5E202B Pohutukawa

📋 copy color: '#5E202B'

red 94 ◦ green 32 ◦ blue 43

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

Shades of Pohutukawa #5E202B

Tints of Pohutukawa #5E202B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.93%

 BLUE value IS 43 (17.19% from 255) = 25.44%

R = 55.62%
G = 18.93%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.54

 K value IS 0.63

RGB Variations

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

Color information

#5E202B (or 0x5E202B) is known color: Pohutukawa. HEX triplet: 5E, 20 and 2B. RGB value is (94,32,43). Sum of RGB (Red+Green+Blue) = 94+32+43=169 (22% of max value = 765). Red value is 94 (37.11% from 255 or 55.62% from 169); Green value is 32 (12.89% from 255 or 18.93% from 169); Blue value is 43 (17.19% from 255 or 25.44% from 169); Max value from RGB is 94 - color contains mainly: red. Hex color #5E202B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E202B is #A1DFD4. Grayscale: #333333. Windows color (decimal): -10608597 or 2826334. OLE color: 2826334.

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

Color convert

RGB 94 32 43 -
CMYK 0 0.66 0.54 0.63
HSL 349.35º 0.49% 0.25% -
HSV(B) 349.35º 0.66% 0.37% -
XYZ 5.57 3.59 2.68 -
YUV 51.79 123.04 158.11 -
System Red Green Blue C M Y K H S L
Decimal 94 32 43 0 0.66 0.54 0.63 349.35 0.49 0.25
Hex 5E 20 2B 0 42 36 3F 15D 31 19
Octal 136 40 53 0 102 66 77 535 61 31
Binary 1011110 100000 101011 0 1000010 110110 111111 101011101 110001 11001

Color Harmonies of #5E202B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E202B

Black with #5E202B

Text Example


Text Example

White with #5E202B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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