Html Css Color HEX #5A1A29 Pohutukawa

📋 copy color: '#5A1A29'

red 90 ◦ green 26 ◦ blue 41

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

Shades of Pohutukawa #5A1A29

Tints of Pohutukawa #5A1A29

RGB

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

 GREEN value IS 26 (10.55% from 255) = 16.56%

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

R = 57.32%
G = 16.56%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.54

 K value IS 0.65

RGB Variations

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

Color information

#5A1A29 (or 0x5A1A29) is known color: Pohutukawa. HEX triplet: 5A, 1A and 29. RGB value is (90,26,41). Sum of RGB (Red+Green+Blue) = 90+26+41=157 (20% of max value = 765). Red value is 90 (35.55% from 255 or 57.32% from 157); Green value is 26 (10.55% from 255 or 16.56% from 157); Blue value is 41 (16.41% from 255 or 26.11% from 157); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1A29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A1A29 is #A5E5D6. Grayscale: #2E2E2E. Windows color (decimal): -10872279 or 2693722. OLE color: 2693722.

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

Color convert

RGB 90 26 41 -
CMYK 0 0.71 0.54 0.65
HSL 345.94º 0.55% 0.23% -
HSV(B) 345.94º 0.71% 0.35% -
XYZ 4.99 3.07 2.43 -
YUV 46.85 124.7 158.78 -
System Red Green Blue C M Y K H S L
Decimal 90 26 41 0 0.71 0.54 0.65 345.94 0.55 0.23
Hex 5A 1A 29 0 47 36 41 15A 37 17
Octal 132 32 51 0 107 66 101 532 67 27
Binary 1011010 11010 101001 0 1000111 110110 1000001 101011010 110111 10111

Color Harmonies of #5A1A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1A29

Black with #5A1A29

Text Example


Text Example

White with #5A1A29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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