Html Css Color HEX #5E2029 Pohutukawa

📋 copy color: '#5E2029'

red 94 ◦ green 32 ◦ blue 41

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

Shades of Pohutukawa #5E2029

Tints of Pohutukawa #5E2029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 24.55%

R = 56.29%
G = 19.16%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.56

 K value IS 0.63

RGB Variations

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

Color information

#5E2029 (or 0x5E2029) is known color: Pohutukawa. HEX triplet: 5E, 20 and 29. RGB value is (94,32,41). Sum of RGB (Red+Green+Blue) = 94+32+41=167 (22% of max value = 765). Red value is 94 (37.11% from 255 or 56.29% from 167); Green value is 32 (12.89% from 255 or 19.16% from 167); Blue value is 41 (16.41% from 255 or 24.55% from 167); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2029 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E2029 is #A1DFD6. Grayscale: #333333. Windows color (decimal): -10608599 or 2695262. OLE color: 2695262.

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

Color convert

RGB 94 32 41 -
CMYK 0 0.66 0.56 0.63
HSL 351.29º 0.49% 0.25% -
HSV(B) 351.29º 0.66% 0.37% -
XYZ 5.53 3.57 2.5 -
YUV 51.56 122.04 158.27 -
System Red Green Blue C M Y K H S L
Decimal 94 32 41 0 0.66 0.56 0.63 351.29 0.49 0.25
Hex 5E 20 29 0 42 38 3F 15F 31 19
Octal 136 40 51 0 102 70 77 537 61 31
Binary 1011110 100000 101001 0 1000010 111000 111111 101011111 110001 11001

Color Harmonies of #5E2029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E2029

Black with #5E2029

Text Example


Text Example

White with #5E2029

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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