Html Css Color HEX #893852 Disco

📋 copy color: '#893852'

red 137 ◦ green 56 ◦ blue 82

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

Shades of Disco #893852

Tints of Disco #893852

RGB

 RED value IS 137 (53.91% from 255) = 49.82%

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

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

R = 49.82%
G = 20.36%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.40

 K value IS 0.46

RGB Variations

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

Color information

#893852 (or 0x893852) is known color: Disco. HEX triplet: 89, 38 and 52. RGB value is (137,56,82). Sum of RGB (Red+Green+Blue) = 137+56+82=275 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.82% from 275); Green value is 56 (22.27% from 255 or 20.36% from 275); Blue value is 82 (32.42% from 255 or 29.82% from 275); Max value from RGB is 137 - color contains mainly: red. Hex color #893852 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893852 is #76C7AD. Grayscale: #535353. Windows color (decimal): -7784366 or 5388425. OLE color: 5388425.

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

Color convert

RGB 137 56 82 -
CMYK 0 0.59 0.40 0.46
HSL 340.74º 0.42% 0.38% -
HSV(B) 340.74º 0.59% 0.54% -
XYZ 13.25 8.76 8.97 -
YUV 83.18 127.34 166.39 -
System Red Green Blue C M Y K H S L
Decimal 137 56 82 0 0.59 0.40 0.46 340.74 0.42 0.38
Hex 89 38 52 0 3B 28 2E 155 2A 26
Octal 211 70 122 0 73 50 56 525 52 46
Binary 10001001 111000 1010010 0 111011 101000 101110 101010101 101010 100110

Color Harmonies of #893852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893852

Black with #893852

Text Example


Text Example

White with #893852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893852; }

 p { color: rgb(137,56,82); }

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

background-color css

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

 a { background-color: rgb(137,56,82); }

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

border-color css

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

 span { border-color: rgb(137,56,82); }

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