Html Css Color HEX #873752 Disco

📋 copy color: '#873752'

red 135 ◦ green 55 ◦ blue 82

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

Shades of Disco #873752

Tints of Disco #873752

RGB

 RED value IS 135 (53.13% from 255) = 49.63%

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

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

R = 49.63%
G = 20.22%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.39

 K value IS 0.47

RGB Variations

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

Color information

#873752 (or 0x873752) is known color: Disco. HEX triplet: 87, 37 and 52. RGB value is (135,55,82). Sum of RGB (Red+Green+Blue) = 135+55+82=272 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.63% from 272); Green value is 55 (21.88% from 255 or 20.22% from 272); Blue value is 82 (32.42% from 255 or 30.15% from 272); Max value from RGB is 135 - color contains mainly: red. Hex color #873752 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873752 is #78C8AD. Grayscale: #515151. Windows color (decimal): -7915694 or 5388167. OLE color: 5388167.

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

Color convert

RGB 135 55 82 -
CMYK 0 0.59 0.39 0.47
HSL 339.75º 0.42% 0.37% -
HSV(B) 339.75º 0.59% 0.53% -
XYZ 12.88 8.49 8.94 -
YUV 82 128 165.8 -
System Red Green Blue C M Y K H S L
Decimal 135 55 82 0 0.59 0.39 0.47 339.75 0.42 0.37
Hex 87 37 52 0 3B 27 2F 154 2A 25
Octal 207 67 122 0 73 47 57 524 52 45
Binary 10000111 110111 1010010 0 111011 100111 101111 101010100 101010 100101

Color Harmonies of #873752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873752

Black with #873752

Text Example


Text Example

White with #873752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873752; }

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

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

background-color css

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

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

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

border-color css

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

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

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