Html Css Color HEX #852148 Disco

📋 copy color: '#852148'

red 133 ◦ green 33 ◦ blue 72

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

Shades of Disco #852148

Tints of Disco #852148

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.87%

 BLUE value IS 72 (28.52% from 255) = 30.25%

R = 55.88%
G = 13.87%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.46

 K value IS 0.48

RGB Variations

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

Color information

#852148 (or 0x852148) is known color: Disco. HEX triplet: 85, 21 and 48. RGB value is (133,33,72). Sum of RGB (Red+Green+Blue) = 133+33+72=238 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.88% from 238); Green value is 33 (13.28% from 255 or 13.87% from 238); Blue value is 72 (28.52% from 255 or 30.25% from 238); Max value from RGB is 133 - color contains mainly: red. Hex color #852148 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852148 is #7ADEB7. Grayscale: #434343. Windows color (decimal): -8052408 or 4727173. OLE color: 4727173.

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

Color convert

RGB 133 33 72 -
CMYK 0 0.75 0.46 0.48
HSL 336.6º 0.6% 0.33% -
HSV(B) 336.6º 0.75% 0.52% -
XYZ 11.39 6.54 6.79 -
YUV 67.35 130.63 174.83 -
System Red Green Blue C M Y K H S L
Decimal 133 33 72 0 0.75 0.46 0.48 336.6 0.6 0.33
Hex 85 21 48 0 4B 2E 30 151 3C 21
Octal 205 41 110 0 113 56 60 521 74 41
Binary 10000101 100001 1001000 0 1001011 101110 110000 101010001 111100 100001

Color Harmonies of #852148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852148

Black with #852148

Text Example


Text Example

White with #852148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852148; }

 p { color: rgb(133,33,72); }

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

background-color css

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

 a { background-color: rgb(133,33,72); }

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

border-color css

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

 span { border-color: rgb(133,33,72); }

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