Html Css Color HEX #853351 Disco

📋 copy color: '#853351'

red 133 ◦ green 51 ◦ blue 81

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

Shades of Disco #853351

Tints of Disco #853351

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 30.57%

R = 50.19%
G = 19.25%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.39

 K value IS 0.48

RGB Variations

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

Color information

#853351 (or 0x853351) is known color: Disco. HEX triplet: 85, 33 and 51. RGB value is (133,51,81). Sum of RGB (Red+Green+Blue) = 133+51+81=265 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50.19% from 265); Green value is 51 (20.31% from 255 or 19.25% from 265); Blue value is 81 (32.03% from 255 or 30.57% from 265); Max value from RGB is 133 - color contains mainly: red. Hex color #853351 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853351 is #7ACCAE. Grayscale: #4E4E4E. Windows color (decimal): -8047791 or 5321605. OLE color: 5321605.

HSL color Cylindrical-coordinate representation of color #853351: hue angle of 338.05º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #853351 is Cyan = 0, Magento = 0.62, Yellow = 0.39 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 51 81 -
CMYK 0 0.62 0.39 0.48
HSL 338.05º 0.45% 0.36% -
HSV(B) 338.05º 0.62% 0.52% -
XYZ 12.34 7.95 8.67 -
YUV 78.94 129.17 166.56 -
System Red Green Blue C M Y K H S L
Decimal 133 51 81 0 0.62 0.39 0.48 338.05 0.45 0.36
Hex 85 33 51 0 3E 27 30 152 2D 24
Octal 205 63 121 0 76 47 60 522 55 44
Binary 10000101 110011 1010001 0 111110 100111 110000 101010010 101101 100100

Color Harmonies of #853351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853351

Black with #853351

Text Example


Text Example

White with #853351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853351; }

 p { color: rgb(133,51,81); }

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

background-color css

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

 a { background-color: rgb(133,51,81); }

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

border-color css

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

 span { border-color: rgb(133,51,81); }

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