Html Css Color HEX #852E4D Disco

📋 copy color: '#852E4D'

red 133 ◦ green 46 ◦ blue 77

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

Shades of Disco #852E4D

Tints of Disco #852E4D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 17.97%

 BLUE value IS 77 (30.47% from 255) = 30.08%

R = 51.95%
G = 17.97%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.42

 K value IS 0.48

RGB Variations

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

Color information

#852E4D (or 0x852E4D) is known color: Disco. HEX triplet: 85, 2E and 4D. RGB value is (133,46,77). Sum of RGB (Red+Green+Blue) = 133+46+77=256 (33% of max value = 765). Red value is 133 (52.34% from 255 or 51.95% from 256); Green value is 46 (18.36% from 255 or 17.97% from 256); Blue value is 77 (30.47% from 255 or 30.08% from 256); Max value from RGB is 133 - color contains mainly: red. Hex color #852E4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852E4D is #7AD1B2. Grayscale: #4B4B4B. Windows color (decimal): -8049075 or 5058181. OLE color: 5058181.

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

Color convert

RGB 133 46 77 -
CMYK 0 0.65 0.42 0.48
HSL 338.62º 0.49% 0.35% -
HSV(B) 338.62º 0.65% 0.52% -
XYZ 11.99 7.48 7.83 -
YUV 75.55 128.82 168.98 -
System Red Green Blue C M Y K H S L
Decimal 133 46 77 0 0.65 0.42 0.48 338.62 0.49 0.35
Hex 85 2E 4D 0 41 2A 30 153 31 23
Octal 205 56 115 0 101 52 60 523 61 43
Binary 10000101 101110 1001101 0 1000001 101010 110000 101010011 110001 100011

Color Harmonies of #852E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852E4D

Black with #852E4D

Text Example


Text Example

White with #852E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,46,77); }

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

background-color css

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

 a { background-color: rgb(133,46,77); }

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

border-color css

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

 span { border-color: rgb(133,46,77); }

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