Html Css Color HEX #5E1529 Pohutukawa

📋 copy color: '#5E1529'

red 94 ◦ green 21 ◦ blue 41

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

Shades of Pohutukawa #5E1529

Tints of Pohutukawa #5E1529

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.46%

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

R = 60.26%
G = 13.46%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.56

 K value IS 0.63

RGB Variations

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

Color information

#5E1529 (or 0x5E1529) is known color: Pohutukawa. HEX triplet: 5E, 15 and 29. RGB value is (94,21,41). Sum of RGB (Red+Green+Blue) = 94+21+41=156 (20% of max value = 765). Red value is 94 (37.11% from 255 or 60.26% from 156); Green value is 21 (8.59% from 255 or 13.46% from 156); Blue value is 41 (16.41% from 255 or 26.28% from 156); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1529 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E1529 is #A1EAD6. Grayscale: #2D2D2D. Windows color (decimal): -10611415 or 2692446. OLE color: 2692446.

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

Color convert

RGB 94 21 41 -
CMYK 0 0.78 0.56 0.63
HSL 343.56º 0.63% 0.23% -
HSV(B) 343.56º 0.78% 0.37% -
XYZ 5.28 3.08 2.41 -
YUV 45.11 125.68 162.87 -
System Red Green Blue C M Y K H S L
Decimal 94 21 41 0 0.78 0.56 0.63 343.56 0.63 0.23
Hex 5E 15 29 0 4E 38 3F 158 3F 17
Octal 136 25 51 0 116 70 77 530 77 27
Binary 1011110 10101 101001 0 1001110 111000 111111 101011000 111111 10111

Color Harmonies of #5E1529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E1529

Black with #5E1529

Text Example


Text Example

White with #5E1529

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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