Html Css Color HEX #852349 Disco

📋 copy color: '#852349'

red 133 ◦ green 35 ◦ blue 73

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

Shades of Disco #852349

Tints of Disco #852349

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.52%

 BLUE value IS 73 (28.91% from 255) = 30.29%

R = 55.19%
G = 14.52%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.45

 K value IS 0.48

RGB Variations

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

Color information

#852349 (or 0x852349) is known color: Disco. HEX triplet: 85, 23 and 49. RGB value is (133,35,73). Sum of RGB (Red+Green+Blue) = 133+35+73=241 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.19% from 241); Green value is 35 (14.06% from 255 or 14.52% from 241); Blue value is 73 (28.91% from 255 or 30.29% from 241); Max value from RGB is 133 - color contains mainly: red. Hex color #852349 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852349 is #7ADCB6. Grayscale: #444444. Windows color (decimal): -8051895 or 4793221. OLE color: 4793221.

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

Color convert

RGB 133 35 73 -
CMYK 0 0.74 0.45 0.48
HSL 336.73º 0.58% 0.33% -
HSV(B) 336.73º 0.74% 0.52% -
XYZ 11.48 6.67 6.99 -
YUV 68.63 130.47 173.91 -
System Red Green Blue C M Y K H S L
Decimal 133 35 73 0 0.74 0.45 0.48 336.73 0.58 0.33
Hex 85 23 49 0 4A 2D 30 151 3A 21
Octal 205 43 111 0 112 55 60 521 72 41
Binary 10000101 100011 1001001 0 1001010 101101 110000 101010001 111010 100001

Color Harmonies of #852349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852349

Black with #852349

Text Example


Text Example

White with #852349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852349; }

 p { color: rgb(133,35,73); }

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

background-color css

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

 a { background-color: rgb(133,35,73); }

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

border-color css

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

 span { border-color: rgb(133,35,73); }

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