Html Css Color HEX #853048 Disco

📋 copy color: '#853048'

red 133 ◦ green 48 ◦ blue 72

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

Shades of Disco #853048

Tints of Disco #853048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 28.46%

R = 52.57%
G = 18.97%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.46

 K value IS 0.48

RGB Variations

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

Color information

#853048 (or 0x853048) is known color: Disco. HEX triplet: 85, 30 and 48. RGB value is (133,48,72). Sum of RGB (Red+Green+Blue) = 133+48+72=253 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.57% from 253); Green value is 48 (19.14% from 255 or 18.97% from 253); Blue value is 72 (28.52% from 255 or 28.46% from 253); Max value from RGB is 133 - color contains mainly: red. Hex color #853048 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853048 is #7ACFB7. Grayscale: #4C4C4C. Windows color (decimal): -8048568 or 4731013. OLE color: 4731013.

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

Color convert

RGB 133 48 72 -
CMYK 0 0.64 0.46 0.48
HSL 343.06º 0.47% 0.35% -
HSV(B) 343.06º 0.64% 0.52% -
XYZ 11.9 7.57 6.96 -
YUV 76.15 125.66 168.55 -
System Red Green Blue C M Y K H S L
Decimal 133 48 72 0 0.64 0.46 0.48 343.06 0.47 0.35
Hex 85 30 48 0 40 2E 30 157 2F 23
Octal 205 60 110 0 100 56 60 527 57 43
Binary 10000101 110000 1001000 0 1000000 101110 110000 101010111 101111 100011

Color Harmonies of #853048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853048

Black with #853048

Text Example


Text Example

White with #853048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853048; }

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

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

background-color css

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

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

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

border-color css

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

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

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