Html Css Color HEX #783228 Lusty

📋 copy color: '#783228'

red 120 ◦ green 50 ◦ blue 40

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

Shades of Lusty #783228

Tints of Lusty #783228

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.81%

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

R = 57.14%
G = 23.81%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.67

 K value IS 0.53

RGB Variations

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

Color information

#783228 (or 0x783228) is known color: Lusty. HEX triplet: 78, 32 and 28. RGB value is (120,50,40). Sum of RGB (Red+Green+Blue) = 120+50+40=210 (27% of max value = 765). Red value is 120 (47.27% from 255 or 57.14% from 210); Green value is 50 (19.92% from 255 or 23.81% from 210); Blue value is 40 (16.02% from 255 or 19.05% from 210); Max value from RGB is 120 - color contains mainly: red. Hex color #783228 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783228 is #87CDD7. Grayscale: #454545. Windows color (decimal): -8900056 or 2634360. OLE color: 2634360.

HSL color Cylindrical-coordinate representation of color #783228: hue angle of 7.5º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #783228 is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 50 40 -
CMYK 0 0.58 0.67 0.53
HSL 7.5º 0.5% 0.31% -
HSV(B) 7.5º 0.67% 0.47% -
XYZ 9.27 6.43 2.76 -
YUV 69.79 111.19 163.81 -
System Red Green Blue C M Y K H S L
Decimal 120 50 40 0 0.58 0.67 0.53 7.5 0.5 0.31
Hex 78 32 28 0 3A 43 35 8 32 1F
Octal 170 62 50 0 72 103 65 10 62 37
Binary 1111000 110010 101000 0 111010 1000011 110101 1000 110010 11111

Color Harmonies of #783228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783228

Black with #783228

Text Example


Text Example

White with #783228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #783228; }

 p { color: rgb(120,50,40); }

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

background-color css

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

 a { background-color: rgb(120,50,40); }

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

border-color css

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

 span { border-color: rgb(120,50,40); }

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