Html Css Color HEX #5A0E29 Pohutukawa

📋 copy color: '#5A0E29'

red 90 ◦ green 14 ◦ blue 41

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

Shades of Pohutukawa #5A0E29

Tints of Pohutukawa #5A0E29

RGB

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

 GREEN value IS 14 (5.86% from 255) = 9.66%

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

R = 62.07%
G = 9.66%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.54

 K value IS 0.65

RGB Variations

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

Color information

#5A0E29 (or 0x5A0E29) is known color: Pohutukawa. HEX triplet: 5A, 0E and 29. RGB value is (90,14,41). Sum of RGB (Red+Green+Blue) = 90+14+41=145 (19% of max value = 765). Red value is 90 (35.55% from 255 or 62.07% from 145); Green value is 14 (5.86% from 255 or 9.66% from 145); Blue value is 41 (16.41% from 255 or 28.28% from 145); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0E29 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0E29 is #A5F1D6. Grayscale: #272727. Windows color (decimal): -10875351 or 2690650. OLE color: 2690650.

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

Color convert

RGB 90 14 41 -
CMYK 0 0.84 0.54 0.65
HSL 338.68º 0.73% 0.2% -
HSV(B) 338.68º 0.84% 0.35% -
XYZ 4.77 2.65 2.36 -
YUV 39.8 128.68 163.8 -
System Red Green Blue C M Y K H S L
Decimal 90 14 41 0 0.84 0.54 0.65 338.68 0.73 0.2
Hex 5A E 29 0 54 36 41 153 49 14
Octal 132 16 51 0 124 66 101 523 111 24
Binary 1011010 1110 101001 0 1010100 110110 1000001 101010011 1001001 10100

Color Harmonies of #5A0E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0E29

Black with #5A0E29

Text Example


Text Example

White with #5A0E29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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