Html Css Color HEX #85254D Disco

📋 copy color: '#85254D'

red 133 ◦ green 37 ◦ blue 77

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

Shades of Disco #85254D

Tints of Disco #85254D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 31.17%

R = 53.85%
G = 14.98%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.42

 K value IS 0.48

RGB Variations

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

Color information

#85254D (or 0x85254D) is known color: Disco. HEX triplet: 85, 25 and 4D. RGB value is (133,37,77). Sum of RGB (Red+Green+Blue) = 133+37+77=247 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.85% from 247); Green value is 37 (14.84% from 255 or 14.98% from 247); Blue value is 77 (30.47% from 255 or 31.17% from 247); Max value from RGB is 133 - color contains mainly: red. Hex color #85254D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85254D is #7ADAB2. Grayscale: #464646. Windows color (decimal): -8051379 or 5055877. OLE color: 5055877.

HSL color Cylindrical-coordinate representation of color #85254D: hue angle of 335º 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 #85254D is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 37 77 -
CMYK 0 0.72 0.42 0.48
HSL 335º 0.56% 0.33% -
HSV(B) 335º 0.72% 0.52% -
XYZ 11.67 6.85 7.73 -
YUV 70.26 131.8 172.75 -
System Red Green Blue C M Y K H S L
Decimal 133 37 77 0 0.72 0.42 0.48 335 0.56 0.33
Hex 85 25 4D 0 48 2A 30 14F 38 21
Octal 205 45 115 0 110 52 60 517 70 41
Binary 10000101 100101 1001101 0 1001000 101010 110000 101001111 111000 100001

Color Harmonies of #85254D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85254D

Black with #85254D

Text Example


Text Example

White with #85254D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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