Html Css Color HEX #85194B Disco

📋 copy color: '#85194B'

red 133 ◦ green 25 ◦ blue 75

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

Shades of Disco #85194B

Tints of Disco #85194B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.73%

 BLUE value IS 75 (29.69% from 255) = 32.19%

R = 57.08%
G = 10.73%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.44

 K value IS 0.48

RGB Variations

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

Color information

#85194B (or 0x85194B) is known color: Disco. HEX triplet: 85, 19 and 4B. RGB value is (133,25,75). Sum of RGB (Red+Green+Blue) = 133+25+75=233 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.08% from 233); Green value is 25 (10.16% from 255 or 10.73% from 233); Blue value is 75 (29.69% from 255 or 32.19% from 233); Max value from RGB is 133 - color contains mainly: red. Hex color #85194B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85194B is #7AE6B4. Grayscale: #3E3E3E. Windows color (decimal): -8054453 or 4921733. OLE color: 4921733.

HSL color Cylindrical-coordinate representation of color #85194B: hue angle of 332.22º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #85194B is Cyan = 0, Magento = 0.81, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 25 75 -
CMYK 0 0.81 0.44 0.48
HSL 332.22º 0.68% 0.31% -
HSV(B) 332.22º 0.81% 0.52% -
XYZ 11.29 6.19 7.26 -
YUV 62.99 134.78 177.93 -
System Red Green Blue C M Y K H S L
Decimal 133 25 75 0 0.81 0.44 0.48 332.22 0.68 0.31
Hex 85 19 4B 0 51 2C 30 14C 44 1F
Octal 205 31 113 0 121 54 60 514 104 37
Binary 10000101 11001 1001011 0 1010001 101100 110000 101001100 1000100 11111

Color Harmonies of #85194B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85194B

Black with #85194B

Text Example


Text Example

White with #85194B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85194B; }

 p { color: rgb(133,25,75); }

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

background-color css

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

 a { background-color: rgb(133,25,75); }

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

border-color css

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

 span { border-color: rgb(133,25,75); }

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