Html Css Color HEX #852A43 Disco

📋 copy color: '#852A43'

red 133 ◦ green 42 ◦ blue 67

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

Shades of Disco #852A43

Tints of Disco #852A43

RGB

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

 GREEN value IS 42 (16.8% from 255) = 17.36%

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

R = 54.96%
G = 17.36%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.50

 K value IS 0.48

RGB Variations

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

Color information

#852A43 (or 0x852A43) is known color: Disco. HEX triplet: 85, 2A and 43. RGB value is (133,42,67). Sum of RGB (Red+Green+Blue) = 133+42+67=242 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.96% from 242); Green value is 42 (16.80% from 255 or 17.36% from 242); Blue value is 67 (26.56% from 255 or 27.69% from 242); Max value from RGB is 133 - color contains mainly: red. Hex color #852A43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852A43 is #7AD5BC. Grayscale: #484848. Windows color (decimal): -8050109 or 4401797. OLE color: 4401797.

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

Color convert

RGB 133 42 67 -
CMYK 0 0.68 0.50 0.48
HSL 343.52º 0.52% 0.34% -
HSV(B) 343.52º 0.68% 0.52% -
XYZ 11.51 7.05 6.06 -
YUV 72.06 125.15 171.47 -
System Red Green Blue C M Y K H S L
Decimal 133 42 67 0 0.68 0.50 0.48 343.52 0.52 0.34
Hex 85 2A 43 0 44 32 30 158 34 22
Octal 205 52 103 0 104 62 60 530 64 42
Binary 10000101 101010 1000011 0 1000100 110010 110000 101011000 110100 100010

Color Harmonies of #852A43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852A43

Black with #852A43

Text Example


Text Example

White with #852A43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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