Html Css Color HEX #853853 Disco

📋 copy color: '#853853'

red 133 ◦ green 56 ◦ blue 83

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

Shades of Disco #853853

Tints of Disco #853853

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.59%

 BLUE value IS 83 (32.81% from 255) = 30.51%

R = 48.9%
G = 20.59%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.38

 K value IS 0.48

RGB Variations

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

Color information

#853853 (or 0x853853) is known color: Disco. HEX triplet: 85, 38 and 53. RGB value is (133,56,83). Sum of RGB (Red+Green+Blue) = 133+56+83=272 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.90% from 272); Green value is 56 (22.27% from 255 or 20.59% from 272); Blue value is 83 (32.81% from 255 or 30.51% from 272); Max value from RGB is 133 - color contains mainly: red. Hex color #853853 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853853 is #7AC7AC. Grayscale: #525252. Windows color (decimal): -8046509 or 5453957. OLE color: 5453957.

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

Color convert

RGB 133 56 83 -
CMYK 0 0.58 0.38 0.48
HSL 338.96º 0.41% 0.37% -
HSV(B) 338.96º 0.58% 0.52% -
XYZ 12.65 8.44 9.15 -
YUV 82.1 128.51 164.3 -
System Red Green Blue C M Y K H S L
Decimal 133 56 83 0 0.58 0.38 0.48 338.96 0.41 0.37
Hex 85 38 53 0 3A 26 30 153 29 25
Octal 205 70 123 0 72 46 60 523 51 45
Binary 10000101 111000 1010011 0 111010 100110 110000 101010011 101001 100101

Color Harmonies of #853853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853853

Black with #853853

Text Example


Text Example

White with #853853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853853; }

 p { color: rgb(133,56,83); }

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

background-color css

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

 a { background-color: rgb(133,56,83); }

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

border-color css

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

 span { border-color: rgb(133,56,83); }

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