Html Css Color HEX #851B40 Disco

📋 copy color: '#851B40'

red 133 ◦ green 27 ◦ blue 64

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

Shades of Disco #851B40

Tints of Disco #851B40

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.05%

 BLUE value IS 64 (25.39% from 255) = 28.57%

R = 59.38%
G = 12.05%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.52

 K value IS 0.48

RGB Variations

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

Color information

#851B40 (or 0x851B40) is known color: Disco. HEX triplet: 85, 1B and 40. RGB value is (133,27,64). Sum of RGB (Red+Green+Blue) = 133+27+64=224 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.38% from 224); Green value is 27 (10.94% from 255 or 12.05% from 224); Blue value is 64 (25.39% from 255 or 28.57% from 224); Max value from RGB is 133 - color contains mainly: red. Hex color #851B40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #851B40 is #7AE4BF. Grayscale: #3E3E3E. Windows color (decimal): -8053952 or 4201349. OLE color: 4201349.

HSL color Cylindrical-coordinate representation of color #851B40: hue angle of 339.06º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #851B40 is Cyan = 0, Magento = 0.80, Yellow = 0.52 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 27 64 -
CMYK 0 0.80 0.52 0.48
HSL 339.06º 0.66% 0.31% -
HSV(B) 339.06º 0.8% 0.52% -
XYZ 10.99 6.14 5.46 -
YUV 62.91 128.62 177.99 -
System Red Green Blue C M Y K H S L
Decimal 133 27 64 0 0.80 0.52 0.48 339.06 0.66 0.31
Hex 85 1B 40 0 50 34 30 153 42 1F
Octal 205 33 100 0 120 64 60 523 102 37
Binary 10000101 11011 1000000 0 1010000 110100 110000 101010011 1000010 11111

Color Harmonies of #851B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851B40

Black with #851B40

Text Example


Text Example

White with #851B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,27,64); }

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

background-color css

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

 a { background-color: rgb(133,27,64); }

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

border-color css

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

 span { border-color: rgb(133,27,64); }

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