Html Css Color HEX #85254C Disco

📋 copy color: '#85254C'

red 133 ◦ green 37 ◦ blue 76

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

Shades of Disco #85254C

Tints of Disco #85254C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.04%

 BLUE value IS 76 (30.08% from 255) = 30.89%

R = 54.07%
G = 15.04%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.43

 K value IS 0.48

RGB Variations

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

Color information

#85254C (or 0x85254C) is known color: Disco. HEX triplet: 85, 25 and 4C. RGB value is (133,37,76). Sum of RGB (Red+Green+Blue) = 133+37+76=246 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.07% from 246); Green value is 37 (14.84% from 255 or 15.04% from 246); Blue value is 76 (30.08% from 255 or 30.89% from 246); Max value from RGB is 133 - color contains mainly: red. Hex color #85254C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85254C is #7ADAB3. Grayscale: #464646. Windows color (decimal): -8051380 or 4990341. OLE color: 4990341.

HSL color Cylindrical-coordinate representation of color #85254C: hue angle of 335.62º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #85254C is Cyan = 0, Magento = 0.72, Yellow = 0.43 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 37 76 -
CMYK 0 0.72 0.43 0.48
HSL 335.63º 0.56% 0.33% -
HSV(B) 335.63º 0.72% 0.52% -
XYZ 11.64 6.83 7.54 -
YUV 70.15 131.3 172.83 -
System Red Green Blue C M Y K H S L
Decimal 133 37 76 0 0.72 0.43 0.48 335.63 0.56 0.33
Hex 85 25 4C 0 48 2B 30 150 38 21
Octal 205 45 114 0 110 53 60 520 70 41
Binary 10000101 100101 1001100 0 1001000 101011 110000 101010000 111000 100001

Color Harmonies of #85254C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85254C

Black with #85254C

Text Example


Text Example

White with #85254C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85254C; }

 p { color: rgb(133,37,76); }

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

background-color css

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

 a { background-color: rgb(133,37,76); }

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

border-color css

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

 span { border-color: rgb(133,37,76); }

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