Html Css Color HEX #5A1420 Pohutukawa

📋 copy color: '#5A1420'

red 90 ◦ green 20 ◦ blue 32

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

Shades of Pohutukawa #5A1420

Tints of Pohutukawa #5A1420

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.08%

 BLUE value IS 32 (12.89% from 255) = 22.54%

R = 63.38%
G = 14.08%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.64

 K value IS 0.65

RGB Variations

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

Color information

#5A1420 (or 0x5A1420) is known color: Pohutukawa. HEX triplet: 5A, 14 and 20. RGB value is (90,20,32). Sum of RGB (Red+Green+Blue) = 90+20+32=142 (18% of max value = 765). Red value is 90 (35.55% from 255 or 63.38% from 142); Green value is 20 (8.20% from 255 or 14.08% from 142); Blue value is 32 (12.89% from 255 or 22.54% from 142); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1420 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A1420 is #A5EBDF. Grayscale: #2A2A2A. Windows color (decimal): -10873824 or 2102362. OLE color: 2102362.

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

Color convert

RGB 90 20 32 -
CMYK 0 0.78 0.64 0.65
HSL 349.71º 0.64% 0.22% -
HSV(B) 349.71º 0.78% 0.35% -
XYZ 4.73 2.78 1.65 -
YUV 42.3 122.19 162.02 -
System Red Green Blue C M Y K H S L
Decimal 90 20 32 0 0.78 0.64 0.65 349.71 0.64 0.22
Hex 5A 14 20 0 4E 40 41 15E 40 16
Octal 132 24 40 0 116 100 101 536 100 26
Binary 1011010 10100 100000 0 1001110 1000000 1000001 101011110 1000000 10110

Color Harmonies of #5A1420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1420

Black with #5A1420

Text Example


Text Example

White with #5A1420

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,20,32); }

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

background-color css

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

 a { background-color: rgb(90,20,32); }

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

border-color css

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

 span { border-color: rgb(90,20,32); }

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