Html Css Color HEX #853653 Disco

📋 copy color: '#853653'

red 133 ◦ green 54 ◦ blue 83

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

Shades of Disco #853653

Tints of Disco #853653

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20%

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

R = 49.26%
G = 20%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.38

 K value IS 0.48

RGB Variations

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

Color information

#853653 (or 0x853653) is known color: Disco. HEX triplet: 85, 36 and 53. RGB value is (133,54,83). Sum of RGB (Red+Green+Blue) = 133+54+83=270 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.26% from 270); Green value is 54 (21.48% from 255 or 20% from 270); Blue value is 83 (32.81% from 255 or 30.74% from 270); Max value from RGB is 133 - color contains mainly: red. Hex color #853653 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853653 is #7AC9AC. Grayscale: #505050. Windows color (decimal): -8047021 or 5453445. OLE color: 5453445.

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

Color convert

RGB 133 54 83 -
CMYK 0 0.59 0.38 0.48
HSL 337.97º 0.42% 0.37% -
HSV(B) 337.97º 0.59% 0.52% -
XYZ 12.55 8.25 9.11 -
YUV 80.93 129.17 165.14 -
System Red Green Blue C M Y K H S L
Decimal 133 54 83 0 0.59 0.38 0.48 337.97 0.42 0.37
Hex 85 36 53 0 3B 26 30 152 2A 25
Octal 205 66 123 0 73 46 60 522 52 45
Binary 10000101 110110 1010011 0 111011 100110 110000 101010010 101010 100101

Color Harmonies of #853653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853653

Black with #853653

Text Example


Text Example

White with #853653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853653; }

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

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

background-color css

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

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

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

border-color css

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

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

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