Html Css Color HEX #852D4E Disco

📋 copy color: '#852D4E'

red 133 ◦ green 45 ◦ blue 78

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

Shades of Disco #852D4E

Tints of Disco #852D4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 30.47%

R = 51.95%
G = 17.58%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.41

 K value IS 0.48

RGB Variations

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

Color information

#852D4E (or 0x852D4E) is known color: Disco. HEX triplet: 85, 2D and 4E. RGB value is (133,45,78). Sum of RGB (Red+Green+Blue) = 133+45+78=256 (33% of max value = 765). Red value is 133 (52.34% from 255 or 51.95% from 256); Green value is 45 (17.97% from 255 or 17.58% from 256); Blue value is 78 (30.86% from 255 or 30.47% from 256); Max value from RGB is 133 - color contains mainly: red. Hex color #852D4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852D4E is #7AD2B1. Grayscale: #4B4B4B. Windows color (decimal): -8049330 or 5123461. OLE color: 5123461.

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

Color convert

RGB 133 45 78 -
CMYK 0 0.66 0.41 0.48
HSL 337.5º 0.49% 0.35% -
HSV(B) 337.5º 0.66% 0.52% -
XYZ 11.99 7.41 8.01 -
YUV 75.07 129.65 169.32 -
System Red Green Blue C M Y K H S L
Decimal 133 45 78 0 0.66 0.41 0.48 337.5 0.49 0.35
Hex 85 2D 4E 0 42 29 30 152 31 23
Octal 205 55 116 0 102 51 60 522 61 43
Binary 10000101 101101 1001110 0 1000010 101001 110000 101010010 110001 100011

Color Harmonies of #852D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852D4E

Black with #852D4E

Text Example


Text Example

White with #852D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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