Html Css Color HEX #852D46 Disco

📋 copy color: '#852D46'

red 133 ◦ green 45 ◦ blue 70

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

Shades of Disco #852D46

Tints of Disco #852D46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 28.23%

R = 53.63%
G = 18.15%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.47

 K value IS 0.48

RGB Variations

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

Color information

#852D46 (or 0x852D46) is known color: Disco. HEX triplet: 85, 2D and 46. RGB value is (133,45,70). Sum of RGB (Red+Green+Blue) = 133+45+70=248 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.63% from 248); Green value is 45 (17.97% from 255 or 18.15% from 248); Blue value is 70 (27.73% from 255 or 28.23% from 248); Max value from RGB is 133 - color contains mainly: red. Hex color #852D46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852D46 is #7AD2B9. Grayscale: #4A4A4A. Windows color (decimal): -8049338 or 4599173. OLE color: 4599173.

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

Color convert

RGB 133 45 70 -
CMYK 0 0.66 0.47 0.48
HSL 342.95º 0.49% 0.35% -
HSV(B) 342.95º 0.66% 0.52% -
XYZ 11.72 7.31 6.59 -
YUV 74.16 125.65 169.97 -
System Red Green Blue C M Y K H S L
Decimal 133 45 70 0 0.66 0.47 0.48 342.95 0.49 0.35
Hex 85 2D 46 0 42 2F 30 157 31 23
Octal 205 55 106 0 102 57 60 527 61 43
Binary 10000101 101101 1000110 0 1000010 101111 110000 101010111 110001 100011

Color Harmonies of #852D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852D46

Black with #852D46

Text Example


Text Example

White with #852D46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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