Html Css Color HEX #853650 Disco

📋 copy color: '#853650'

red 133 ◦ green 54 ◦ blue 80

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

Shades of Disco #853650

Tints of Disco #853650

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.22%

 BLUE value IS 80 (31.64% from 255) = 29.96%

R = 49.81%
G = 20.22%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.40

 K value IS 0.48

RGB Variations

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

Color information

#853650 (or 0x853650) is known color: Disco. HEX triplet: 85, 36 and 50. RGB value is (133,54,80). Sum of RGB (Red+Green+Blue) = 133+54+80=267 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.81% from 267); Green value is 54 (21.48% from 255 or 20.22% from 267); Blue value is 80 (31.64% from 255 or 29.96% from 267); Max value from RGB is 133 - color contains mainly: red. Hex color #853650 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853650 is #7AC9AF. Grayscale: #505050. Windows color (decimal): -8047024 or 5256837. OLE color: 5256837.

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

Color convert

RGB 133 54 80 -
CMYK 0 0.59 0.40 0.48
HSL 340.25º 0.42% 0.37% -
HSV(B) 340.25º 0.59% 0.52% -
XYZ 12.44 8.2 8.52 -
YUV 80.59 127.67 165.39 -
System Red Green Blue C M Y K H S L
Decimal 133 54 80 0 0.59 0.40 0.48 340.25 0.42 0.37
Hex 85 36 50 0 3B 28 30 154 2A 25
Octal 205 66 120 0 73 50 60 524 52 45
Binary 10000101 110110 1010000 0 111011 101000 110000 101010100 101010 100101

Color Harmonies of #853650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853650

Black with #853650

Text Example


Text Example

White with #853650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853650; }

 p { color: rgb(133,54,80); }

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

background-color css

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

 a { background-color: rgb(133,54,80); }

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

border-color css

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

 span { border-color: rgb(133,54,80); }

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