Html Css Color HEX #5A1621 Pohutukawa

📋 copy color: '#5A1621'

red 90 ◦ green 22 ◦ blue 33

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

Shades of Pohutukawa #5A1621

Tints of Pohutukawa #5A1621

RGB

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

 GREEN value IS 22 (8.98% from 255) = 15.17%

 BLUE value IS 33 (13.28% from 255) = 22.76%

R = 62.07%
G = 15.17%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.63

 K value IS 0.65

RGB Variations

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

Color information

#5A1621 (or 0x5A1621) is known color: Pohutukawa. HEX triplet: 5A, 16 and 21. RGB value is (90,22,33). Sum of RGB (Red+Green+Blue) = 90+22+33=145 (19% of max value = 765). Red value is 90 (35.55% from 255 or 62.07% from 145); Green value is 22 (8.98% from 255 or 15.17% from 145); Blue value is 33 (13.28% from 255 or 22.76% from 145); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1621 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A1621 is #A5E9DE. Grayscale: #2B2B2B. Windows color (decimal): -10873311 or 2168410. OLE color: 2168410.

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

Color convert

RGB 90 22 33 -
CMYK 0 0.76 0.63 0.65
HSL 350.29º 0.61% 0.22% -
HSV(B) 350.29º 0.76% 0.35% -
XYZ 4.78 2.86 1.74 -
YUV 43.59 122.03 161.11 -
System Red Green Blue C M Y K H S L
Decimal 90 22 33 0 0.76 0.63 0.65 350.29 0.61 0.22
Hex 5A 16 21 0 4C 3F 41 15E 3D 16
Octal 132 26 41 0 114 77 101 536 75 26
Binary 1011010 10110 100001 0 1001100 111111 1000001 101011110 111101 10110

Color Harmonies of #5A1621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1621

Black with #5A1621

Text Example


Text Example

White with #5A1621

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,22,33); }

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

background-color css

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

 a { background-color: rgb(90,22,33); }

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

border-color css

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

 span { border-color: rgb(90,22,33); }

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