Html Css Color HEX #852941 Disco

📋 copy color: '#852941'

red 133 ◦ green 41 ◦ blue 65

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

Shades of Disco #852941

Tints of Disco #852941

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.15%

 BLUE value IS 65 (25.78% from 255) = 27.2%

R = 55.65%
G = 17.15%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.51

 K value IS 0.48

RGB Variations

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

Color information

#852941 (or 0x852941) is known color: Disco. HEX triplet: 85, 29 and 41. RGB value is (133,41,65). Sum of RGB (Red+Green+Blue) = 133+41+65=239 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.65% from 239); Green value is 41 (16.41% from 255 or 17.15% from 239); Blue value is 65 (25.78% from 255 or 27.20% from 239); Max value from RGB is 133 - color contains mainly: red. Hex color #852941 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852941 is #7AD6BE. Grayscale: #474747. Windows color (decimal): -8050367 or 4270469. OLE color: 4270469.

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

Color convert

RGB 133 41 65 -
CMYK 0 0.69 0.51 0.48
HSL 344.35º 0.53% 0.34% -
HSV(B) 344.35º 0.69% 0.52% -
XYZ 11.42 6.95 5.74 -
YUV 71.24 124.48 172.05 -
System Red Green Blue C M Y K H S L
Decimal 133 41 65 0 0.69 0.51 0.48 344.35 0.53 0.34
Hex 85 29 41 0 45 33 30 158 35 22
Octal 205 51 101 0 105 63 60 530 65 42
Binary 10000101 101001 1000001 0 1000101 110011 110000 101011000 110101 100010

Color Harmonies of #852941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852941

Black with #852941

Text Example


Text Example

White with #852941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852941; }

 p { color: rgb(133,41,65); }

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

background-color css

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

 a { background-color: rgb(133,41,65); }

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

border-color css

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

 span { border-color: rgb(133,41,65); }

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