Html Css Color HEX #853752 Disco

📋 copy color: '#853752'

red 133 ◦ green 55 ◦ blue 82

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

Shades of Disco #853752

Tints of Disco #853752

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.37%

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

R = 49.26%
G = 20.37%
B = 30.37%

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

#853752 (or 0x853752) is known color: Disco. HEX triplet: 85, 37 and 52. RGB value is (133,55,82). Sum of RGB (Red+Green+Blue) = 133+55+82=270 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.26% from 270); Green value is 55 (21.88% from 255 or 20.37% from 270); Blue value is 82 (32.42% from 255 or 30.37% from 270); Max value from RGB is 133 - color contains mainly: red. Hex color #853752 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853752 is #7AC8AD. Grayscale: #515151. Windows color (decimal): -8046766 or 5388165. OLE color: 5388165.

HSL color Cylindrical-coordinate representation of color #853752: hue angle of 339.23º degrees, saturation: 0.41, 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 #853752 is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 55 82 -
CMYK 0 0.59 0.38 0.48
HSL 339.23º 0.41% 0.37% -
HSV(B) 339.23º 0.59% 0.52% -
XYZ 12.56 8.33 8.93 -
YUV 81.4 128.34 164.8 -
System Red Green Blue C M Y K H S L
Decimal 133 55 82 0 0.59 0.38 0.48 339.23 0.41 0.37
Hex 85 37 52 0 3B 26 30 153 29 25
Octal 205 67 122 0 73 46 60 523 51 45
Binary 10000101 110111 1010010 0 111011 100110 110000 101010011 101001 100101

Color Harmonies of #853752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853752

Black with #853752

Text Example


Text Example

White with #853752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853752; }

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

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

background-color css

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

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

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

border-color css

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

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

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