Html Css Color HEX #5E1229 Pohutukawa

📋 copy color: '#5E1229'

red 94 ◦ green 18 ◦ blue 41

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

Shades of Pohutukawa #5E1229

Tints of Pohutukawa #5E1229

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.76%

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

R = 61.44%
G = 11.76%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.56

 K value IS 0.63

RGB Variations

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

Color information

#5E1229 (or 0x5E1229) is known color: Pohutukawa. HEX triplet: 5E, 12 and 29. RGB value is (94,18,41). Sum of RGB (Red+Green+Blue) = 94+18+41=153 (20% of max value = 765). Red value is 94 (37.11% from 255 or 61.44% from 153); Green value is 18 (7.42% from 255 or 11.76% from 153); Blue value is 41 (16.41% from 255 or 26.80% from 153); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1229 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E1229 is #A1EDD6. Grayscale: #2B2B2B. Windows color (decimal): -10612183 or 2691678. OLE color: 2691678.

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

Color convert

RGB 94 18 41 -
CMYK 0 0.81 0.56 0.63
HSL 341.84º 0.68% 0.22% -
HSV(B) 341.84º 0.81% 0.37% -
XYZ 5.23 2.97 2.4 -
YUV 43.35 126.68 164.13 -
System Red Green Blue C M Y K H S L
Decimal 94 18 41 0 0.81 0.56 0.63 341.84 0.68 0.22
Hex 5E 12 29 0 51 38 3F 156 44 16
Octal 136 22 51 0 121 70 77 526 104 26
Binary 1011110 10010 101001 0 1010001 111000 111111 101010110 1000100 10110

Color Harmonies of #5E1229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E1229

Black with #5E1229

Text Example


Text Example

White with #5E1229

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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