Html Css Color HEX #5A1121 Pohutukawa

📋 copy color: '#5A1121'

red 90 ◦ green 17 ◦ blue 33

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

Shades of Pohutukawa #5A1121

Tints of Pohutukawa #5A1121

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.14%

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

R = 64.29%
G = 12.14%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.63

 K value IS 0.65

RGB Variations

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

Color information

#5A1121 (or 0x5A1121) is known color: Pohutukawa. HEX triplet: 5A, 11 and 21. RGB value is (90,17,33). Sum of RGB (Red+Green+Blue) = 90+17+33=140 (18% of max value = 765). Red value is 90 (35.55% from 255 or 64.29% from 140); Green value is 17 (7.03% from 255 or 12.14% from 140); Blue value is 33 (13.28% from 255 or 23.57% from 140); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1121 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A1121 is #A5EEDE. Grayscale: #282828. Windows color (decimal): -10874591 or 2167130. OLE color: 2167130.

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

Color convert

RGB 90 17 33 -
CMYK 0 0.81 0.63 0.65
HSL 346.85º 0.68% 0.21% -
HSV(B) 346.85º 0.81% 0.35% -
XYZ 4.69 2.68 1.71 -
YUV 40.65 123.68 163.2 -
System Red Green Blue C M Y K H S L
Decimal 90 17 33 0 0.81 0.63 0.65 346.85 0.68 0.21
Hex 5A 11 21 0 51 3F 41 15B 44 15
Octal 132 21 41 0 121 77 101 533 104 25
Binary 1011010 10001 100001 0 1010001 111111 1000001 101011011 1000100 10101

Color Harmonies of #5A1121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1121

Black with #5A1121

Text Example


Text Example

White with #5A1121

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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