Html Css Color HEX #853352 Disco

📋 copy color: '#853352'

red 133 ◦ green 51 ◦ blue 82

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

Shades of Disco #853352

Tints of Disco #853352

RGB

 RED value IS 133 (52.34% from 255) = 50%

 GREEN value IS 51 (20.31% from 255) = 19.17%

 BLUE value IS 82 (32.42% from 255) = 30.83%

R = 50%
G = 19.17%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.38

 K value IS 0.48

RGB Variations

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

Color information

#853352 (or 0x853352) is known color: Disco. HEX triplet: 85, 33 and 52. RGB value is (133,51,82). Sum of RGB (Red+Green+Blue) = 133+51+82=266 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50% from 266); Green value is 51 (20.31% from 255 or 19.17% from 266); Blue value is 82 (32.42% from 255 or 30.83% from 266); Max value from RGB is 133 - color contains mainly: red. Hex color #853352 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853352 is #7ACCAD. Grayscale: #4F4F4F. Windows color (decimal): -8047790 or 5387141. OLE color: 5387141.

HSL color Cylindrical-coordinate representation of color #853352: hue angle of 337.32º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #853352 is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 51 82 -
CMYK 0 0.62 0.38 0.48
HSL 337.32º 0.45% 0.36% -
HSV(B) 337.32º 0.62% 0.52% -
XYZ 12.38 7.96 8.87 -
YUV 79.05 129.67 166.48 -
System Red Green Blue C M Y K H S L
Decimal 133 51 82 0 0.62 0.38 0.48 337.32 0.45 0.36
Hex 85 33 52 0 3E 26 30 151 2D 24
Octal 205 63 122 0 76 46 60 521 55 44
Binary 10000101 110011 1010010 0 111110 100110 110000 101010001 101101 100100

Color Harmonies of #853352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853352

Black with #853352

Text Example


Text Example

White with #853352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853352; }

 p { color: rgb(133,51,82); }

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

background-color css

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

 a { background-color: rgb(133,51,82); }

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

border-color css

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

 span { border-color: rgb(133,51,82); }

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