Html Css Color HEX #5A1528 Pohutukawa

📋 copy color: '#5A1528'

red 90 ◦ green 21 ◦ blue 40

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

Shades of Pohutukawa #5A1528

Tints of Pohutukawa #5A1528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 26.49%

R = 59.6%
G = 13.91%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.56

 K value IS 0.65

RGB Variations

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

Color information

#5A1528 (or 0x5A1528) is known color: Pohutukawa. HEX triplet: 5A, 15 and 28. RGB value is (90,21,40). Sum of RGB (Red+Green+Blue) = 90+21+40=151 (20% of max value = 765). Red value is 90 (35.55% from 255 or 59.60% from 151); Green value is 21 (8.59% from 255 or 13.91% from 151); Blue value is 40 (16.02% from 255 or 26.49% from 151); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1528 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A1528 is #A5EAD7. Grayscale: #2B2B2B. Windows color (decimal): -10873560 or 2626906. OLE color: 2626906.

HSL color Cylindrical-coordinate representation of color #5A1528: hue angle of 343.48º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5A1528 is Cyan = 0, Magento = 0.77, Yellow = 0.56 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 21 40 -
CMYK 0 0.77 0.56 0.65
HSL 343.48º 0.62% 0.22% -
HSV(B) 343.48º 0.77% 0.35% -
XYZ 4.87 2.86 2.3 -
YUV 43.8 125.86 160.96 -
System Red Green Blue C M Y K H S L
Decimal 90 21 40 0 0.77 0.56 0.65 343.48 0.62 0.22
Hex 5A 15 28 0 4D 38 41 157 3E 16
Octal 132 25 50 0 115 70 101 527 76 26
Binary 1011010 10101 101000 0 1001101 111000 1000001 101010111 111110 10110

Color Harmonies of #5A1528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1528

Black with #5A1528

Text Example


Text Example

White with #5A1528

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,21,40); }

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

background-color css

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

 a { background-color: rgb(90,21,40); }

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

border-color css

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

 span { border-color: rgb(90,21,40); }

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