Html Css Color HEX #852443 Disco

📋 copy color: '#852443'

red 133 ◦ green 36 ◦ blue 67

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

Shades of Disco #852443

Tints of Disco #852443

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.25%

 BLUE value IS 67 (26.56% from 255) = 28.39%

R = 56.36%
G = 15.25%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.50

 K value IS 0.48

RGB Variations

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

Color information

#852443 (or 0x852443) is known color: Disco. HEX triplet: 85, 24 and 43. RGB value is (133,36,67). Sum of RGB (Red+Green+Blue) = 133+36+67=236 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.36% from 236); Green value is 36 (14.45% from 255 or 15.25% from 236); Blue value is 67 (26.56% from 255 or 28.39% from 236); Max value from RGB is 133 - color contains mainly: red. Hex color #852443 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852443 is #7ADBBC. Grayscale: #444444. Windows color (decimal): -8051645 or 4400261. OLE color: 4400261.

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

Color convert

RGB 133 36 67 -
CMYK 0 0.73 0.50 0.48
HSL 340.82º 0.57% 0.33% -
HSV(B) 340.82º 0.73% 0.52% -
XYZ 11.32 6.65 6 -
YUV 68.54 127.14 173.98 -
System Red Green Blue C M Y K H S L
Decimal 133 36 67 0 0.73 0.50 0.48 340.82 0.57 0.33
Hex 85 24 43 0 49 32 30 155 39 21
Octal 205 44 103 0 111 62 60 525 71 41
Binary 10000101 100100 1000011 0 1001001 110010 110000 101010101 111001 100001

Color Harmonies of #852443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852443

Black with #852443

Text Example


Text Example

White with #852443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852443; }

 p { color: rgb(133,36,67); }

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

background-color css

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

 a { background-color: rgb(133,36,67); }

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

border-color css

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

 span { border-color: rgb(133,36,67); }

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