Html Css Color HEX #852140 Disco

📋 copy color: '#852140'

red 133 ◦ green 33 ◦ blue 64

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

Shades of Disco #852140

Tints of Disco #852140

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.35%

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

R = 57.83%
G = 14.35%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.52

 K value IS 0.48

RGB Variations

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

Color information

#852140 (or 0x852140) is known color: Disco. HEX triplet: 85, 21 and 40. RGB value is (133,33,64). Sum of RGB (Red+Green+Blue) = 133+33+64=230 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.83% from 230); Green value is 33 (13.28% from 255 or 14.35% from 230); Blue value is 64 (25.39% from 255 or 27.83% from 230); Max value from RGB is 133 - color contains mainly: red. Hex color #852140 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852140 is #7ADEBF. Grayscale: #424242. Windows color (decimal): -8052416 or 4202885. OLE color: 4202885.

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

Color convert

RGB 133 33 64 -
CMYK 0 0.75 0.52 0.48
HSL 341.4º 0.6% 0.33% -
HSV(B) 341.4º 0.75% 0.52% -
XYZ 11.14 6.44 5.51 -
YUV 66.43 126.63 175.48 -
System Red Green Blue C M Y K H S L
Decimal 133 33 64 0 0.75 0.52 0.48 341.4 0.6 0.33
Hex 85 21 40 0 4B 34 30 155 3C 21
Octal 205 41 100 0 113 64 60 525 74 41
Binary 10000101 100001 1000000 0 1001011 110100 110000 101010101 111100 100001

Color Harmonies of #852140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852140

Black with #852140

Text Example


Text Example

White with #852140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852140; }

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

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

background-color css

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

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

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

border-color css

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

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

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