Html Css Color HEX #5A1329 Pohutukawa

📋 copy color: '#5A1329'

red 90 ◦ green 19 ◦ blue 41

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

Shades of Pohutukawa #5A1329

Tints of Pohutukawa #5A1329

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.67%

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

R = 60%
G = 12.67%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.54

 K value IS 0.65

RGB Variations

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

Color information

#5A1329 (or 0x5A1329) is known color: Pohutukawa. HEX triplet: 5A, 13 and 29. RGB value is (90,19,41). Sum of RGB (Red+Green+Blue) = 90+19+41=150 (19% of max value = 765). Red value is 90 (35.55% from 255 or 60% from 150); Green value is 19 (7.81% from 255 or 12.67% from 150); Blue value is 41 (16.41% from 255 or 27.33% from 150); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1329 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A1329 is #A5ECD6. Grayscale: #2A2A2A. Windows color (decimal): -10874071 or 2691930. OLE color: 2691930.

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

Color convert

RGB 90 19 41 -
CMYK 0 0.79 0.54 0.65
HSL 341.41º 0.65% 0.21% -
HSV(B) 341.41º 0.79% 0.35% -
XYZ 4.85 2.8 2.38 -
YUV 42.74 127.02 161.71 -
System Red Green Blue C M Y K H S L
Decimal 90 19 41 0 0.79 0.54 0.65 341.41 0.65 0.21
Hex 5A 13 29 0 4F 36 41 155 41 15
Octal 132 23 51 0 117 66 101 525 101 25
Binary 1011010 10011 101001 0 1001111 110110 1000001 101010101 1000001 10101

Color Harmonies of #5A1329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1329

Black with #5A1329

Text Example


Text Example

White with #5A1329

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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