Html Css Color HEX #852D4C Disco

📋 copy color: '#852D4C'

red 133 ◦ green 45 ◦ blue 76

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

Shades of Disco #852D4C

Tints of Disco #852D4C

RGB

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

 GREEN value IS 45 (17.97% from 255) = 17.72%

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

R = 52.36%
G = 17.72%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.43

 K value IS 0.48

RGB Variations

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

Color information

#852D4C (or 0x852D4C) is known color: Disco. HEX triplet: 85, 2D and 4C. RGB value is (133,45,76). Sum of RGB (Red+Green+Blue) = 133+45+76=254 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.36% from 254); Green value is 45 (17.97% from 255 or 17.72% from 254); Blue value is 76 (30.08% from 255 or 29.92% from 254); Max value from RGB is 133 - color contains mainly: red. Hex color #852D4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852D4C is #7AD2B3. Grayscale: #4A4A4A. Windows color (decimal): -8049332 or 4992389. OLE color: 4992389.

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

Color convert

RGB 133 45 76 -
CMYK 0 0.66 0.43 0.48
HSL 338.86º 0.49% 0.35% -
HSV(B) 338.86º 0.66% 0.52% -
XYZ 11.92 7.39 7.63 -
YUV 74.85 128.65 169.48 -
System Red Green Blue C M Y K H S L
Decimal 133 45 76 0 0.66 0.43 0.48 338.86 0.49 0.35
Hex 85 2D 4C 0 42 2B 30 153 31 23
Octal 205 55 114 0 102 53 60 523 61 43
Binary 10000101 101101 1001100 0 1000010 101011 110000 101010011 110001 100011

Color Harmonies of #852D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852D4C

Black with #852D4C

Text Example


Text Example

White with #852D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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