Html Css Color HEX #893352 Disco

📋 copy color: '#893352'

red 137 ◦ green 51 ◦ blue 82

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

Shades of Disco #893352

Tints of Disco #893352

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.89%

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

R = 50.74%
G = 18.89%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.40

 K value IS 0.46

RGB Variations

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

Color information

#893352 (or 0x893352) is known color: Disco. HEX triplet: 89, 33 and 52. RGB value is (137,51,82). Sum of RGB (Red+Green+Blue) = 137+51+82=270 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.74% from 270); Green value is 51 (20.31% from 255 or 18.89% from 270); Blue value is 82 (32.42% from 255 or 30.37% from 270); Max value from RGB is 137 - color contains mainly: red. Hex color #893352 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893352 is #76CCAD. Grayscale: #505050. Windows color (decimal): -7785646 or 5387145. OLE color: 5387145.

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

Color convert

RGB 137 51 82 -
CMYK 0 0.63 0.40 0.46
HSL 338.37º 0.46% 0.37% -
HSV(B) 338.37º 0.63% 0.54% -
XYZ 13.02 8.3 8.9 -
YUV 80.25 128.99 168.48 -
System Red Green Blue C M Y K H S L
Decimal 137 51 82 0 0.63 0.40 0.46 338.37 0.46 0.37
Hex 89 33 52 0 3F 28 2E 152 2E 25
Octal 211 63 122 0 77 50 56 522 56 45
Binary 10001001 110011 1010010 0 111111 101000 101110 101010010 101110 100101

Color Harmonies of #893352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893352

Black with #893352

Text Example


Text Example

White with #893352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893352; }

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

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

background-color css

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

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

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

border-color css

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

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

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