Html Css Color HEX #85304B Disco

📋 copy color: '#85304B'

red 133 ◦ green 48 ◦ blue 75

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

Shades of Disco #85304B

Tints of Disco #85304B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.75%

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

R = 51.95%
G = 18.75%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.44

 K value IS 0.48

RGB Variations

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

Color information

#85304B (or 0x85304B) is known color: Disco. HEX triplet: 85, 30 and 4B. RGB value is (133,48,75). Sum of RGB (Red+Green+Blue) = 133+48+75=256 (33% of max value = 765). Red value is 133 (52.34% from 255 or 51.95% from 256); Green value is 48 (19.14% from 255 or 18.75% from 256); Blue value is 75 (29.69% from 255 or 29.30% from 256); Max value from RGB is 133 - color contains mainly: red. Hex color #85304B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85304B is #7ACFB4. Grayscale: #4C4C4C. Windows color (decimal): -8048565 or 4927621. OLE color: 4927621.

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

Color convert

RGB 133 48 75 -
CMYK 0 0.64 0.44 0.48
HSL 340.94º 0.47% 0.35% -
HSV(B) 340.94º 0.64% 0.52% -
XYZ 12 7.61 7.49 -
YUV 76.49 127.16 168.3 -
System Red Green Blue C M Y K H S L
Decimal 133 48 75 0 0.64 0.44 0.48 340.94 0.47 0.35
Hex 85 30 4B 0 40 2C 30 155 2F 23
Octal 205 60 113 0 100 54 60 525 57 43
Binary 10000101 110000 1001011 0 1000000 101100 110000 101010101 101111 100011

Color Harmonies of #85304B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85304B

Black with #85304B

Text Example


Text Example

White with #85304B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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