Html Css Color HEX #852C42 Disco

📋 copy color: '#852C42'

red 133 ◦ green 44 ◦ blue 66

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

Shades of Disco #852C42

Tints of Disco #852C42

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.11%

 BLUE value IS 66 (26.17% from 255) = 27.16%

R = 54.73%
G = 18.11%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.50

 K value IS 0.48

RGB Variations

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

Color information

#852C42 (or 0x852C42) is known color: Disco. HEX triplet: 85, 2C and 42. RGB value is (133,44,66). Sum of RGB (Red+Green+Blue) = 133+44+66=243 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.73% from 243); Green value is 44 (17.58% from 255 or 18.11% from 243); Blue value is 66 (26.17% from 255 or 27.16% from 243); Max value from RGB is 133 - color contains mainly: red. Hex color #852C42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852C42 is #7AD3BD. Grayscale: #494949. Windows color (decimal): -8049598 or 4336773. OLE color: 4336773.

HSL color Cylindrical-coordinate representation of color #852C42: hue angle of 345.17º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #852C42 is Cyan = 0, Magento = 0.67, Yellow = 0.50 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 44 66 -
CMYK 0 0.67 0.50 0.48
HSL 345.17º 0.5% 0.35% -
HSV(B) 345.17º 0.67% 0.52% -
XYZ 11.56 7.18 5.93 -
YUV 73.12 123.99 170.71 -
System Red Green Blue C M Y K H S L
Decimal 133 44 66 0 0.67 0.50 0.48 345.17 0.5 0.35
Hex 85 2C 42 0 43 32 30 159 32 23
Octal 205 54 102 0 103 62 60 531 62 43
Binary 10000101 101100 1000010 0 1000011 110010 110000 101011001 110010 100011

Color Harmonies of #852C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852C42

Black with #852C42

Text Example


Text Example

White with #852C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852C42; }

 p { color: rgb(133,44,66); }

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

background-color css

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

 a { background-color: rgb(133,44,66); }

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

border-color css

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

 span { border-color: rgb(133,44,66); }

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