Html Css Color HEX #5A1E29 Pohutukawa

📋 copy color: '#5A1E29'

red 90 ◦ green 30 ◦ blue 41

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

Shades of Pohutukawa #5A1E29

Tints of Pohutukawa #5A1E29

RGB

 RED value IS 90 (35.55% from 255) = 55.9%

 GREEN value IS 30 (12.11% from 255) = 18.63%

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

R = 55.9%
G = 18.63%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.54

 K value IS 0.65

RGB Variations

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

Color information

#5A1E29 (or 0x5A1E29) is known color: Pohutukawa. HEX triplet: 5A, 1E and 29. RGB value is (90,30,41). Sum of RGB (Red+Green+Blue) = 90+30+41=161 (21% of max value = 765). Red value is 90 (35.55% from 255 or 55.90% from 161); Green value is 30 (12.11% from 255 or 18.63% from 161); Blue value is 41 (16.41% from 255 or 25.47% from 161); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1E29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A1E29 is #A5E1D6. Grayscale: #313131. Windows color (decimal): -10871255 or 2694746. OLE color: 2694746.

HSL color Cylindrical-coordinate representation of color #5A1E29: hue angle of 349º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5A1E29 is Cyan = 0, Magento = 0.67, Yellow = 0.54 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 30 41 -
CMYK 0 0.67 0.54 0.65
HSL 349º 0.5% 0.24% -
HSV(B) 349º 0.67% 0.35% -
XYZ 5.08 3.26 2.46 -
YUV 49.19 123.38 157.11 -
System Red Green Blue C M Y K H S L
Decimal 90 30 41 0 0.67 0.54 0.65 349 0.5 0.24
Hex 5A 1E 29 0 43 36 41 15D 32 18
Octal 132 36 51 0 103 66 101 535 62 30
Binary 1011010 11110 101001 0 1000011 110110 1000001 101011101 110010 11000

Color Harmonies of #5A1E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1E29

Black with #5A1E29

Text Example


Text Example

White with #5A1E29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,30,41); }

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

background-color css

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

 a { background-color: rgb(90,30,41); }

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

border-color css

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

 span { border-color: rgb(90,30,41); }

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