Html Css Color HEX #852541 Disco

📋 copy color: '#852541'

red 133 ◦ green 37 ◦ blue 65

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

Shades of Disco #852541

Tints of Disco #852541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 27.66%

R = 56.6%
G = 15.74%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.51

 K value IS 0.48

RGB Variations

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

Color information

#852541 (or 0x852541) is known color: Disco. HEX triplet: 85, 25 and 41. RGB value is (133,37,65). Sum of RGB (Red+Green+Blue) = 133+37+65=235 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.60% from 235); Green value is 37 (14.84% from 255 or 15.74% from 235); Blue value is 65 (25.78% from 255 or 27.66% from 235); Max value from RGB is 133 - color contains mainly: red. Hex color #852541 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852541 is #7ADABE. Grayscale: #444444. Windows color (decimal): -8051391 or 4269445. OLE color: 4269445.

HSL color Cylindrical-coordinate representation of color #852541: hue angle of 342.5º 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 #852541 is Cyan = 0, Magento = 0.72, Yellow = 0.51 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 37 65 -
CMYK 0 0.72 0.51 0.48
HSL 342.5º 0.56% 0.33% -
HSV(B) 342.5º 0.72% 0.52% -
XYZ 11.29 6.69 5.7 -
YUV 68.9 125.8 173.72 -
System Red Green Blue C M Y K H S L
Decimal 133 37 65 0 0.72 0.51 0.48 342.5 0.56 0.33
Hex 85 25 41 0 48 33 30 156 38 21
Octal 205 45 101 0 110 63 60 526 70 41
Binary 10000101 100101 1000001 0 1001000 110011 110000 101010110 111000 100001

Color Harmonies of #852541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852541

Black with #852541

Text Example


Text Example

White with #852541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852541; }

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

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

background-color css

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

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

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

border-color css

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

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

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