Html Css Color HEX #85254A Disco

📋 copy color: '#85254A'

red 133 ◦ green 37 ◦ blue 74

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

Shades of Disco #85254A

Tints of Disco #85254A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 30.33%

R = 54.51%
G = 15.16%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.44

 K value IS 0.48

RGB Variations

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

Color information

#85254A (or 0x85254A) is known color: Disco. HEX triplet: 85, 25 and 4A. RGB value is (133,37,74). Sum of RGB (Red+Green+Blue) = 133+37+74=244 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.51% from 244); Green value is 37 (14.84% from 255 or 15.16% from 244); Blue value is 74 (29.30% from 255 or 30.33% from 244); Max value from RGB is 133 - color contains mainly: red. Hex color #85254A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85254A is #7ADAB5. Grayscale: #454545. Windows color (decimal): -8051382 or 4859269. OLE color: 4859269.

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

Color convert

RGB 133 37 74 -
CMYK 0 0.72 0.44 0.48
HSL 336.88º 0.56% 0.33% -
HSV(B) 336.88º 0.72% 0.52% -
XYZ 11.57 6.8 7.18 -
YUV 69.92 130.3 172.99 -
System Red Green Blue C M Y K H S L
Decimal 133 37 74 0 0.72 0.44 0.48 336.88 0.56 0.33
Hex 85 25 4A 0 48 2C 30 151 38 21
Octal 205 45 112 0 110 54 60 521 70 41
Binary 10000101 100101 1001010 0 1001000 101100 110000 101010001 111000 100001

Color Harmonies of #85254A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85254A

Black with #85254A

Text Example


Text Example

White with #85254A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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