Html Css Color HEX #851D51 Rose Bud Cherry

📋 copy color: '#851D51'

red 133 ◦ green 29 ◦ blue 81

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

Shades of Rose Bud Cherry #851D51

Tints of Rose Bud Cherry #851D51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 33.33%

R = 54.73%
G = 11.93%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.39

 K value IS 0.48

RGB Variations

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

Color information

#851D51 (or 0x851D51) is known color: Rose Bud Cherry. HEX triplet: 85, 1D and 51. RGB value is (133,29,81). Sum of RGB (Red+Green+Blue) = 133+29+81=243 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.73% from 243); Green value is 29 (11.72% from 255 or 11.93% from 243); Blue value is 81 (32.03% from 255 or 33.33% from 243); Max value from RGB is 133 - color contains mainly: red. Hex color #851D51 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #851D51 is #7AE2AE. Grayscale: #414141. Windows color (decimal): -8053423 or 5315973. OLE color: 5315973.

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

Color convert

RGB 133 29 81 -
CMYK 0 0.78 0.39 0.48
HSL 330º 0.64% 0.32% -
HSV(B) 330º 0.78% 0.52% -
XYZ 11.6 6.46 8.42 -
YUV 66.02 136.46 175.77 -
System Red Green Blue C M Y K H S L
Decimal 133 29 81 0 0.78 0.39 0.48 330 0.64 0.32
Hex 85 1D 51 0 4E 27 30 14A 40 20
Octal 205 35 121 0 116 47 60 512 100 40
Binary 10000101 11101 1010001 0 1001110 100111 110000 101001010 1000000 100000

Color Harmonies of #851D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851D51

Black with #851D51

Text Example


Text Example

White with #851D51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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