Html Css Color HEX #851D50 Rose Bud Cherry

📋 copy color: '#851D50'

red 133 ◦ green 29 ◦ blue 80

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

Shades of Rose Bud Cherry #851D50

Tints of Rose Bud Cherry #851D50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 33.06%

R = 54.96%
G = 11.98%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.40

 K value IS 0.48

RGB Variations

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

Color information

#851D50 (or 0x851D50) is known color: Rose Bud Cherry. HEX triplet: 85, 1D and 50. RGB value is (133,29,80). Sum of RGB (Red+Green+Blue) = 133+29+80=242 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.96% from 242); Green value is 29 (11.72% from 255 or 11.98% from 242); Blue value is 80 (31.64% from 255 or 33.06% from 242); Max value from RGB is 133 - color contains mainly: red. Hex color #851D50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #851D50 is #7AE2AF. Grayscale: #414141. Windows color (decimal): -8053424 or 5250437. OLE color: 5250437.

HSL color Cylindrical-coordinate representation of color #851D50: hue angle of 330.58º 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 #851D50 is Cyan = 0, Magento = 0.78, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 29 80 -
CMYK 0 0.78 0.40 0.48
HSL 330.58º 0.64% 0.32% -
HSV(B) 330.58º 0.78% 0.52% -
XYZ 11.56 6.44 8.22 -
YUV 65.91 135.96 175.85 -
System Red Green Blue C M Y K H S L
Decimal 133 29 80 0 0.78 0.40 0.48 330.58 0.64 0.32
Hex 85 1D 50 0 4E 28 30 14B 40 20
Octal 205 35 120 0 116 50 60 513 100 40
Binary 10000101 11101 1010000 0 1001110 101000 110000 101001011 1000000 100000

Color Harmonies of #851D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851D50

Black with #851D50

Text Example


Text Example

White with #851D50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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