Html Css Color HEX #852A4C Disco

📋 copy color: '#852A4C'

red 133 ◦ green 42 ◦ blue 76

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

Shades of Disco #852A4C

Tints of Disco #852A4C

RGB

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

 GREEN value IS 42 (16.8% from 255) = 16.73%

 BLUE value IS 76 (30.08% from 255) = 30.28%

R = 52.99%
G = 16.73%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.43

 K value IS 0.48

RGB Variations

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

Color information

#852A4C (or 0x852A4C) is known color: Disco. HEX triplet: 85, 2A and 4C. RGB value is (133,42,76). Sum of RGB (Red+Green+Blue) = 133+42+76=251 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.99% from 251); Green value is 42 (16.80% from 255 or 16.73% from 251); Blue value is 76 (30.08% from 255 or 30.28% from 251); Max value from RGB is 133 - color contains mainly: red. Hex color #852A4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852A4C is #7AD5B3. Grayscale: #494949. Windows color (decimal): -8050100 or 4991621. OLE color: 4991621.

HSL color Cylindrical-coordinate representation of color #852A4C: hue angle of 337.58º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #852A4C is Cyan = 0, Magento = 0.68, Yellow = 0.43 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 42 76 -
CMYK 0 0.68 0.43 0.48
HSL 337.58º 0.52% 0.34% -
HSV(B) 337.58º 0.68% 0.52% -
XYZ 11.81 7.16 7.6 -
YUV 73.09 129.65 170.74 -
System Red Green Blue C M Y K H S L
Decimal 133 42 76 0 0.68 0.43 0.48 337.58 0.52 0.34
Hex 85 2A 4C 0 44 2B 30 152 34 22
Octal 205 52 114 0 104 53 60 522 64 42
Binary 10000101 101010 1001100 0 1000100 101011 110000 101010010 110100 100010

Color Harmonies of #852A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852A4C

Black with #852A4C

Text Example


Text Example

White with #852A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852A4C; }

 p { color: rgb(133,42,76); }

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

background-color css

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

 a { background-color: rgb(133,42,76); }

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

border-color css

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

 span { border-color: rgb(133,42,76); }

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