Html Css Color HEX #851D48 Disco

📋 copy color: '#851D48'

red 133 ◦ green 29 ◦ blue 72

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

Shades of Disco #851D48

Tints of Disco #851D48

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.39%

 BLUE value IS 72 (28.52% from 255) = 30.77%

R = 56.84%
G = 12.39%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.46

 K value IS 0.48

RGB Variations

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

Color information

#851D48 (or 0x851D48) is known color: Disco. HEX triplet: 85, 1D and 48. RGB value is (133,29,72). Sum of RGB (Red+Green+Blue) = 133+29+72=234 (30% of max value = 765). Red value is 133 (52.34% from 255 or 56.84% from 234); Green value is 29 (11.72% from 255 or 12.39% from 234); Blue value is 72 (28.52% from 255 or 30.77% from 234); Max value from RGB is 133 - color contains mainly: red. Hex color #851D48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #851D48 is #7AE2B7. Grayscale: #404040. Windows color (decimal): -8053432 or 4726149. OLE color: 4726149.

HSL color Cylindrical-coordinate representation of color #851D48: hue angle of 335.19º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #851D48 is Cyan = 0, Magento = 0.78, Yellow = 0.46 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 29 72 -
CMYK 0 0.78 0.46 0.48
HSL 335.19º 0.64% 0.32% -
HSV(B) 335.19º 0.78% 0.52% -
XYZ 11.28 6.33 6.76 -
YUV 65 131.96 176.5 -
System Red Green Blue C M Y K H S L
Decimal 133 29 72 0 0.78 0.46 0.48 335.19 0.64 0.32
Hex 85 1D 48 0 4E 2E 30 14F 40 20
Octal 205 35 110 0 116 56 60 517 100 40
Binary 10000101 11101 1001000 0 1001110 101110 110000 101001111 1000000 100000

Color Harmonies of #851D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851D48

Black with #851D48

Text Example


Text Example

White with #851D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851D48; }

 p { color: rgb(133,29,72); }

 H1.HeaderClassName
 {
   color: #851D48;
 }
 .AnyTagClassName
 {
   color: #851D48;
 }
</style>

background-color css

<style>
 a { background-color: #851D48; }

 a { background-color: rgb(133,29,72); }

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

border-color css

<style>
 span { border-color: #851D48; }

 span { border-color: rgb(133,29,72); }

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