Html Css Color HEX #852347 Disco

📋 copy color: '#852347'

red 133 ◦ green 35 ◦ blue 71

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

Shades of Disco #852347

Tints of Disco #852347

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.64%

 BLUE value IS 71 (28.13% from 255) = 29.71%

R = 55.65%
G = 14.64%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.47

 K value IS 0.48

RGB Variations

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

Color information

#852347 (or 0x852347) is known color: Disco. HEX triplet: 85, 23 and 47. RGB value is (133,35,71). Sum of RGB (Red+Green+Blue) = 133+35+71=239 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.65% from 239); Green value is 35 (14.06% from 255 or 14.64% from 239); Blue value is 71 (28.12% from 255 or 29.71% from 239); Max value from RGB is 133 - color contains mainly: red. Hex color #852347 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852347 is #7ADCB8. Grayscale: #444444. Windows color (decimal): -8051897 or 4662149. OLE color: 4662149.

HSL color Cylindrical-coordinate representation of color #852347: hue angle of 337.96º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #852347 is Cyan = 0, Magento = 0.74, Yellow = 0.47 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 35 71 -
CMYK 0 0.74 0.47 0.48
HSL 337.96º 0.58% 0.33% -
HSV(B) 337.96º 0.74% 0.52% -
XYZ 11.41 6.64 6.64 -
YUV 68.41 129.47 174.07 -
System Red Green Blue C M Y K H S L
Decimal 133 35 71 0 0.74 0.47 0.48 337.96 0.58 0.33
Hex 85 23 47 0 4A 2F 30 152 3A 21
Octal 205 43 107 0 112 57 60 522 72 41
Binary 10000101 100011 1000111 0 1001010 101111 110000 101010010 111010 100001

Color Harmonies of #852347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852347

Black with #852347

Text Example


Text Example

White with #852347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852347; }

 p { color: rgb(133,35,71); }

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

background-color css

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

 a { background-color: rgb(133,35,71); }

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

border-color css

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

 span { border-color: rgb(133,35,71); }

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