Html Css Color HEX #5E2129 Pohutukawa

📋 copy color: '#5E2129'

red 94 ◦ green 33 ◦ blue 41

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

Shades of Pohutukawa #5E2129

Tints of Pohutukawa #5E2129

RGB

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

 GREEN value IS 33 (13.28% from 255) = 19.64%

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

R = 55.95%
G = 19.64%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.56

 K value IS 0.63

RGB Variations

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

Color information

#5E2129 (or 0x5E2129) is known color: Pohutukawa. HEX triplet: 5E, 21 and 29. RGB value is (94,33,41). Sum of RGB (Red+Green+Blue) = 94+33+41=168 (22% of max value = 765). Red value is 94 (37.11% from 255 or 55.95% from 168); Green value is 33 (13.28% from 255 or 19.64% from 168); Blue value is 41 (16.41% from 255 or 24.40% from 168); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2129 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E2129 is #A1DED6. Grayscale: #343434. Windows color (decimal): -10608343 or 2695518. OLE color: 2695518.

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

Color convert

RGB 94 33 41 -
CMYK 0 0.65 0.56 0.63
HSL 352.13º 0.48% 0.25% -
HSV(B) 352.13º 0.65% 0.37% -
XYZ 5.56 3.63 2.5 -
YUV 52.15 121.71 157.85 -
System Red Green Blue C M Y K H S L
Decimal 94 33 41 0 0.65 0.56 0.63 352.13 0.48 0.25
Hex 5E 21 29 0 41 38 3F 160 30 19
Octal 136 41 51 0 101 70 77 540 60 31
Binary 1011110 100001 101001 0 1000001 111000 111111 101100000 110000 11001

Color Harmonies of #5E2129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E2129

Black with #5E2129

Text Example


Text Example

White with #5E2129

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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