Html Css Color HEX #5E202E Pohutukawa

📋 copy color: '#5E202E'

red 94 ◦ green 32 ◦ blue 46

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

Shades of Pohutukawa #5E202E

Tints of Pohutukawa #5E202E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 26.74%

R = 54.65%
G = 18.6%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.51

 K value IS 0.63

RGB Variations

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

Color information

#5E202E (or 0x5E202E) is known color: Pohutukawa. HEX triplet: 5E, 20 and 2E. RGB value is (94,32,46). Sum of RGB (Red+Green+Blue) = 94+32+46=172 (22% of max value = 765). Red value is 94 (37.11% from 255 or 54.65% from 172); Green value is 32 (12.89% from 255 or 18.60% from 172); Blue value is 46 (18.36% from 255 or 26.74% from 172); Max value from RGB is 94 - color contains mainly: red. Hex color #5E202E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E202E is #A1DFD1. Grayscale: #343434. Windows color (decimal): -10608594 or 3022942. OLE color: 3022942.

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

Color convert

RGB 94 32 46 -
CMYK 0 0.66 0.51 0.63
HSL 346.45º 0.49% 0.25% -
HSV(B) 346.45º 0.66% 0.37% -
XYZ 5.63 3.61 2.99 -
YUV 52.13 124.54 157.86 -
System Red Green Blue C M Y K H S L
Decimal 94 32 46 0 0.66 0.51 0.63 346.45 0.49 0.25
Hex 5E 20 2E 0 42 33 3F 15A 31 19
Octal 136 40 56 0 102 63 77 532 61 31
Binary 1011110 100000 101110 0 1000010 110011 111111 101011010 110001 11001

Color Harmonies of #5E202E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E202E

Black with #5E202E

Text Example


Text Example

White with #5E202E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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