Html Css Color HEX #852741 Disco

📋 copy color: '#852741'

red 133 ◦ green 39 ◦ blue 65

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

Shades of Disco #852741

Tints of Disco #852741

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.46%

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

R = 56.12%
G = 16.46%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.51

 K value IS 0.48

RGB Variations

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

Color information

#852741 (or 0x852741) is known color: Disco. HEX triplet: 85, 27 and 41. RGB value is (133,39,65). Sum of RGB (Red+Green+Blue) = 133+39+65=237 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.12% from 237); Green value is 39 (15.62% from 255 or 16.46% from 237); Blue value is 65 (25.78% from 255 or 27.43% from 237); Max value from RGB is 133 - color contains mainly: red. Hex color #852741 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852741 is #7AD8BE. Grayscale: #464646. Windows color (decimal): -8050879 or 4269957. OLE color: 4269957.

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

Color convert

RGB 133 39 65 -
CMYK 0 0.71 0.51 0.48
HSL 343.4º 0.55% 0.34% -
HSV(B) 343.4º 0.71% 0.52% -
XYZ 11.35 6.82 5.72 -
YUV 70.07 125.14 172.89 -
System Red Green Blue C M Y K H S L
Decimal 133 39 65 0 0.71 0.51 0.48 343.4 0.55 0.34
Hex 85 27 41 0 47 33 30 157 37 22
Octal 205 47 101 0 107 63 60 527 67 42
Binary 10000101 100111 1000001 0 1000111 110011 110000 101010111 110111 100010

Color Harmonies of #852741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852741

Black with #852741

Text Example


Text Example

White with #852741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852741; }

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

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

background-color css

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

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

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

border-color css

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

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

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