Html Css Color HEX #852241 Disco

📋 copy color: '#852241'

red 133 ◦ green 34 ◦ blue 65

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

Shades of Disco #852241

Tints of Disco #852241

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.66%

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

R = 57.33%
G = 14.66%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.51

 K value IS 0.48

RGB Variations

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

Color information

#852241 (or 0x852241) is known color: Disco. HEX triplet: 85, 22 and 41. RGB value is (133,34,65). Sum of RGB (Red+Green+Blue) = 133+34+65=232 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.33% from 232); Green value is 34 (13.67% from 255 or 14.66% from 232); Blue value is 65 (25.78% from 255 or 28.02% from 232); Max value from RGB is 133 - color contains mainly: red. Hex color #852241 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852241 is #7ADDBE. Grayscale: #434343. Windows color (decimal): -8052159 or 4268677. OLE color: 4268677.

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

Color convert

RGB 133 34 65 -
CMYK 0 0.74 0.51 0.48
HSL 341.21º 0.59% 0.33% -
HSV(B) 341.21º 0.74% 0.52% -
XYZ 11.2 6.51 5.67 -
YUV 67.14 126.8 174.98 -
System Red Green Blue C M Y K H S L
Decimal 133 34 65 0 0.74 0.51 0.48 341.21 0.59 0.33
Hex 85 22 41 0 4A 33 30 155 3B 21
Octal 205 42 101 0 112 63 60 525 73 41
Binary 10000101 100010 1000001 0 1001010 110011 110000 101010101 111011 100001

Color Harmonies of #852241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852241

Black with #852241

Text Example


Text Example

White with #852241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852241; }

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

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

background-color css

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

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

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

border-color css

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

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

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