Html Css Color HEX #852649 Disco

📋 copy color: '#852649'

red 133 ◦ green 38 ◦ blue 73

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

Shades of Disco #852649

Tints of Disco #852649

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.57%

 BLUE value IS 73 (28.91% from 255) = 29.92%

R = 54.51%
G = 15.57%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.45

 K value IS 0.48

RGB Variations

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

Color information

#852649 (or 0x852649) is known color: Disco. HEX triplet: 85, 26 and 49. RGB value is (133,38,73). Sum of RGB (Red+Green+Blue) = 133+38+73=244 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.51% from 244); Green value is 38 (15.23% from 255 or 15.57% from 244); Blue value is 73 (28.91% from 255 or 29.92% from 244); Max value from RGB is 133 - color contains mainly: red. Hex color #852649 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852649 is #7AD9B6. Grayscale: #464646. Windows color (decimal): -8051127 or 4793989. OLE color: 4793989.

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

Color convert

RGB 133 38 73 -
CMYK 0 0.71 0.45 0.48
HSL 337.89º 0.56% 0.34% -
HSV(B) 337.89º 0.71% 0.52% -
XYZ 11.57 6.85 7.02 -
YUV 70.4 129.47 172.65 -
System Red Green Blue C M Y K H S L
Decimal 133 38 73 0 0.71 0.45 0.48 337.89 0.56 0.34
Hex 85 26 49 0 47 2D 30 152 38 22
Octal 205 46 111 0 107 55 60 522 70 42
Binary 10000101 100110 1001001 0 1000111 101101 110000 101010010 111000 100010

Color Harmonies of #852649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852649

Black with #852649

Text Example


Text Example

White with #852649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852649; }

 p { color: rgb(133,38,73); }

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

background-color css

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

 a { background-color: rgb(133,38,73); }

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

border-color css

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

 span { border-color: rgb(133,38,73); }

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