Html Css Color HEX #5A1928 Pohutukawa

📋 copy color: '#5A1928'

red 90 ◦ green 25 ◦ blue 40

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

Shades of Pohutukawa #5A1928

Tints of Pohutukawa #5A1928

RGB

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

 GREEN value IS 25 (10.16% from 255) = 16.13%

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

R = 58.06%
G = 16.13%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.56

 K value IS 0.65

RGB Variations

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

Color information

#5A1928 (or 0x5A1928) is known color: Pohutukawa. HEX triplet: 5A, 19 and 28. RGB value is (90,25,40). Sum of RGB (Red+Green+Blue) = 90+25+40=155 (20% of max value = 765). Red value is 90 (35.55% from 255 or 58.06% from 155); Green value is 25 (10.16% from 255 or 16.13% from 155); Blue value is 40 (16.02% from 255 or 25.81% from 155); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1928 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A1928 is #A5E6D7. Grayscale: #2E2E2E. Windows color (decimal): -10872536 or 2627930. OLE color: 2627930.

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

Color convert

RGB 90 25 40 -
CMYK 0 0.72 0.56 0.65
HSL 346.15º 0.57% 0.23% -
HSV(B) 346.15º 0.72% 0.35% -
XYZ 4.95 3.02 2.33 -
YUV 46.15 124.53 159.28 -
System Red Green Blue C M Y K H S L
Decimal 90 25 40 0 0.72 0.56 0.65 346.15 0.57 0.23
Hex 5A 19 28 0 48 38 41 15A 39 17
Octal 132 31 50 0 110 70 101 532 71 27
Binary 1011010 11001 101000 0 1001000 111000 1000001 101011010 111001 10111

Color Harmonies of #5A1928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1928

Black with #5A1928

Text Example


Text Example

White with #5A1928

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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