Html Css Color HEX #852D4A Disco

📋 copy color: '#852D4A'

red 133 ◦ green 45 ◦ blue 74

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

Shades of Disco #852D4A

Tints of Disco #852D4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 29.37%

R = 52.78%
G = 17.86%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.44

 K value IS 0.48

RGB Variations

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

Color information

#852D4A (or 0x852D4A) is known color: Disco. HEX triplet: 85, 2D and 4A. RGB value is (133,45,74). Sum of RGB (Red+Green+Blue) = 133+45+74=252 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.78% from 252); Green value is 45 (17.97% from 255 or 17.86% from 252); Blue value is 74 (29.30% from 255 or 29.37% from 252); Max value from RGB is 133 - color contains mainly: red. Hex color #852D4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852D4A is #7AD2B5. Grayscale: #4A4A4A. Windows color (decimal): -8049334 or 4861317. OLE color: 4861317.

HSL color Cylindrical-coordinate representation of color #852D4A: hue angle of 340.23º 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 #852D4A is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 45 74 -
CMYK 0 0.66 0.44 0.48
HSL 340.23º 0.49% 0.35% -
HSV(B) 340.23º 0.66% 0.52% -
XYZ 11.85 7.36 7.27 -
YUV 74.62 127.65 169.64 -
System Red Green Blue C M Y K H S L
Decimal 133 45 74 0 0.66 0.44 0.48 340.23 0.49 0.35
Hex 85 2D 4A 0 42 2C 30 154 31 23
Octal 205 55 112 0 102 54 60 524 61 43
Binary 10000101 101101 1001010 0 1000010 101100 110000 101010100 110001 100011

Color Harmonies of #852D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852D4A

Black with #852D4A

Text Example


Text Example

White with #852D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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