Html Css Color HEX #853051 Disco

📋 copy color: '#853051'

red 133 ◦ green 48 ◦ blue 81

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

Shades of Disco #853051

Tints of Disco #853051

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.32%

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

R = 50.76%
G = 18.32%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.39

 K value IS 0.48

RGB Variations

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

Color information

#853051 (or 0x853051) is known color: Disco. HEX triplet: 85, 30 and 51. RGB value is (133,48,81). Sum of RGB (Red+Green+Blue) = 133+48+81=262 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.76% from 262); Green value is 48 (19.14% from 255 or 18.32% from 262); Blue value is 81 (32.03% from 255 or 30.92% from 262); Max value from RGB is 133 - color contains mainly: red. Hex color #853051 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853051 is #7ACFAE. Grayscale: #4D4D4D. Windows color (decimal): -8048559 or 5320837. OLE color: 5320837.

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

Color convert

RGB 133 48 81 -
CMYK 0 0.64 0.39 0.48
HSL 336.71º 0.47% 0.35% -
HSV(B) 336.71º 0.64% 0.52% -
XYZ 12.22 7.69 8.63 -
YUV 77.18 130.16 167.82 -
System Red Green Blue C M Y K H S L
Decimal 133 48 81 0 0.64 0.39 0.48 336.71 0.47 0.35
Hex 85 30 51 0 40 27 30 151 2F 23
Octal 205 60 121 0 100 47 60 521 57 43
Binary 10000101 110000 1010001 0 1000000 100111 110000 101010001 101111 100011

Color Harmonies of #853051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853051

Black with #853051

Text Example


Text Example

White with #853051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853051; }

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

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

background-color css

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

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

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

border-color css

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

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

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