Html Css Color HEX #852744 Disco

📋 copy color: '#852744'

red 133 ◦ green 39 ◦ blue 68

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

Shades of Disco #852744

Tints of Disco #852744

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 28.33%

R = 55.42%
G = 16.25%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.49

 K value IS 0.48

RGB Variations

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

Color information

#852744 (or 0x852744) is known color: Disco. HEX triplet: 85, 27 and 44. RGB value is (133,39,68). Sum of RGB (Red+Green+Blue) = 133+39+68=240 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.42% from 240); Green value is 39 (15.62% from 255 or 16.25% from 240); Blue value is 68 (26.95% from 255 or 28.33% from 240); Max value from RGB is 133 - color contains mainly: red. Hex color #852744 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852744 is #7AD8BB. Grayscale: #464646. Windows color (decimal): -8050876 or 4466565. OLE color: 4466565.

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

Color convert

RGB 133 39 68 -
CMYK 0 0.71 0.49 0.48
HSL 341.49º 0.55% 0.34% -
HSV(B) 341.49º 0.71% 0.52% -
XYZ 11.44 6.85 6.19 -
YUV 70.41 126.64 172.64 -
System Red Green Blue C M Y K H S L
Decimal 133 39 68 0 0.71 0.49 0.48 341.49 0.55 0.34
Hex 85 27 44 0 47 31 30 155 37 22
Octal 205 47 104 0 107 61 60 525 67 42
Binary 10000101 100111 1000100 0 1000111 110001 110000 101010101 110111 100010

Color Harmonies of #852744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852744

Black with #852744

Text Example


Text Example

White with #852744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852744; }

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

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

background-color css

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

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

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

border-color css

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

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

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