Html Css Color HEX #852540 Disco

📋 copy color: '#852540'

red 133 ◦ green 37 ◦ blue 64

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

Shades of Disco #852540

Tints of Disco #852540

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.81%

 BLUE value IS 64 (25.39% from 255) = 27.35%

R = 56.84%
G = 15.81%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.52

 K value IS 0.48

RGB Variations

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

Color information

#852540 (or 0x852540) is known color: Disco. HEX triplet: 85, 25 and 40. RGB value is (133,37,64). Sum of RGB (Red+Green+Blue) = 133+37+64=234 (30% of max value = 765). Red value is 133 (52.34% from 255 or 56.84% from 234); Green value is 37 (14.84% from 255 or 15.81% from 234); Blue value is 64 (25.39% from 255 or 27.35% from 234); Max value from RGB is 133 - color contains mainly: red. Hex color #852540 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852540 is #7ADABF. Grayscale: #444444. Windows color (decimal): -8051392 or 4203909. OLE color: 4203909.

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

Color convert

RGB 133 37 64 -
CMYK 0 0.72 0.52 0.48
HSL 343.13º 0.56% 0.33% -
HSV(B) 343.13º 0.72% 0.52% -
XYZ 11.26 6.68 5.55 -
YUV 68.78 125.3 173.8 -
System Red Green Blue C M Y K H S L
Decimal 133 37 64 0 0.72 0.52 0.48 343.13 0.56 0.33
Hex 85 25 40 0 48 34 30 157 38 21
Octal 205 45 100 0 110 64 60 527 70 41
Binary 10000101 100101 1000000 0 1001000 110100 110000 101010111 111000 100001

Color Harmonies of #852540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852540

Black with #852540

Text Example


Text Example

White with #852540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852540; }

 p { color: rgb(133,37,64); }

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

background-color css

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

 a { background-color: rgb(133,37,64); }

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

border-color css

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

 span { border-color: rgb(133,37,64); }

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