Html Css Color HEX #842A28 Lusty

📋 copy color: '#842A28'

red 132 ◦ green 42 ◦ blue 40

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

Shades of Lusty #842A28

Tints of Lusty #842A28

RGB

 RED value IS 132 (51.95% from 255) = 61.68%

 GREEN value IS 42 (16.8% from 255) = 19.63%

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

R = 61.68%
G = 19.63%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.70

 K value IS 0.48

RGB Variations

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

Color information

#842A28 (or 0x842A28) is known color: Lusty. HEX triplet: 84, 2A and 28. RGB value is (132,42,40). Sum of RGB (Red+Green+Blue) = 132+42+40=214 (28% of max value = 765). Red value is 132 (51.95% from 255 or 61.68% from 214); Green value is 42 (16.80% from 255 or 19.63% from 214); Blue value is 40 (16.02% from 255 or 18.69% from 214); Max value from RGB is 132 - color contains mainly: red. Hex color #842A28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842A28 is #7BD5D7. Grayscale: #444444. Windows color (decimal): -8115672 or 2632324. OLE color: 2632324.

HSL color Cylindrical-coordinate representation of color #842A28: hue angle of 1.3º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #842A28 is Cyan = 0, Magento = 0.68, Yellow = 0.70 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 42 40 -
CMYK 0 0.68 0.70 0.48
HSL 1.3º 0.53% 0.34% -
HSV(B) 1.3º 0.7% 0.52% -
XYZ 10.73 6.71 2.74 -
YUV 68.68 111.82 173.16 -
System Red Green Blue C M Y K H S L
Decimal 132 42 40 0 0.68 0.70 0.48 1.3 0.53 0.34
Hex 84 2A 28 0 44 46 30 1 35 22
Octal 204 52 50 0 104 106 60 1 65 42
Binary 10000100 101010 101000 0 1000100 1000110 110000 1 110101 100010

Color Harmonies of #842A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842A28

Black with #842A28

Text Example


Text Example

White with #842A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842A28; }

 p { color: rgb(132,42,40); }

 H1.HeaderClassName
 {
   color: #842A28;
 }
 .AnyTagClassName
 {
   color: #842A28;
 }
</style>

background-color css

<style>
 a { background-color: #842A28; }

 a { background-color: rgb(132,42,40); }

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

border-color css

<style>
 span { border-color: #842A28; }

 span { border-color: rgb(132,42,40); }

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