Html Css Color HEX #782521 Lusty

📋 copy color: '#782521'

red 120 ◦ green 37 ◦ blue 33

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

Shades of Lusty #782521

Tints of Lusty #782521

RGB

 RED value IS 120 (47.27% from 255) = 63.16%

 GREEN value IS 37 (14.84% from 255) = 19.47%

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

R = 63.16%
G = 19.47%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.72

 K value IS 0.53

RGB Variations

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

Color information

#782521 (or 0x782521) is known color: Lusty. HEX triplet: 78, 25 and 21. RGB value is (120,37,33). Sum of RGB (Red+Green+Blue) = 120+37+33=190 (25% of max value = 765). Red value is 120 (47.27% from 255 or 63.16% from 190); Green value is 37 (14.84% from 255 or 19.47% from 190); Blue value is 33 (13.28% from 255 or 17.37% from 190); Max value from RGB is 120 - color contains mainly: red. Hex color #782521 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782521 is #87DADE. Grayscale: #3D3D3D. Windows color (decimal): -8903391 or 2172280. OLE color: 2172280.

HSL color Cylindrical-coordinate representation of color #782521: hue angle of 2.76º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #782521 is Cyan = 0, Magento = 0.69, Yellow = 0.72 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 37 33 -
CMYK 0 0.69 0.72 0.53
HSL 2.76º 0.57% 0.3% -
HSV(B) 2.76º 0.73% 0.47% -
XYZ 8.68 5.43 2.03 -
YUV 61.36 112 169.83 -
System Red Green Blue C M Y K H S L
Decimal 120 37 33 0 0.69 0.72 0.53 2.76 0.57 0.3
Hex 78 25 21 0 45 48 35 3 39 1E
Octal 170 45 41 0 105 110 65 3 71 36
Binary 1111000 100101 100001 0 1000101 1001000 110101 11 111001 11110

Color Harmonies of #782521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782521

Black with #782521

Text Example


Text Example

White with #782521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #782521; }

 p { color: rgb(120,37,33); }

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

background-color css

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

 a { background-color: rgb(120,37,33); }

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

border-color css

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

 span { border-color: rgb(120,37,33); }

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