Html Css Color HEX #853350 Disco

📋 copy color: '#853350'

red 133 ◦ green 51 ◦ blue 80

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

Shades of Disco #853350

Tints of Disco #853350

RGB

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

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

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

R = 50.38%
G = 19.32%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.40

 K value IS 0.48

RGB Variations

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

Color information

#853350 (or 0x853350) is known color: Disco. HEX triplet: 85, 33 and 50. RGB value is (133,51,80). Sum of RGB (Red+Green+Blue) = 133+51+80=264 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.38% from 264); Green value is 51 (20.31% from 255 or 19.32% from 264); Blue value is 80 (31.64% from 255 or 30.30% from 264); Max value from RGB is 133 - color contains mainly: red. Hex color #853350 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853350 is #7ACCAF. Grayscale: #4E4E4E. Windows color (decimal): -8047792 or 5256069. OLE color: 5256069.

HSL color Cylindrical-coordinate representation of color #853350: hue angle of 338.78º 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 #853350 is Cyan = 0, Magento = 0.62, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 51 80 -
CMYK 0 0.62 0.40 0.48
HSL 338.78º 0.45% 0.36% -
HSV(B) 338.78º 0.62% 0.52% -
XYZ 12.3 7.93 8.47 -
YUV 78.82 128.67 166.64 -
System Red Green Blue C M Y K H S L
Decimal 133 51 80 0 0.62 0.40 0.48 338.78 0.45 0.36
Hex 85 33 50 0 3E 28 30 153 2D 24
Octal 205 63 120 0 76 50 60 523 55 44
Binary 10000101 110011 1010000 0 111110 101000 110000 101010011 101101 100100

Color Harmonies of #853350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853350

Black with #853350

Text Example


Text Example

White with #853350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853350; }

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

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

background-color css

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

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

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

border-color css

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

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

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