Html Css Color HEX #851C5F Rose Bud Cherry

📋 copy color: '#851C5F'

red 133 ◦ green 28 ◦ blue 95

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

Shades of Rose Bud Cherry #851C5F

Tints of Rose Bud Cherry #851C5F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.94%

 BLUE value IS 95 (37.5% from 255) = 37.11%

R = 51.95%
G = 10.94%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#851C5F (or 0x851C5F) is known color: Rose Bud Cherry. HEX triplet: 85, 1C and 5F. RGB value is (133,28,95). Sum of RGB (Red+Green+Blue) = 133+28+95=256 (33% of max value = 765). Red value is 133 (52.34% from 255 or 51.95% from 256); Green value is 28 (11.33% from 255 or 10.94% from 256); Blue value is 95 (37.5% from 255 or 37.11% from 256); Max value from RGB is 133 - color contains mainly: red. Hex color #851C5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #851C5F is #7AE3A0. Grayscale: #424242. Windows color (decimal): -8053665 or 6233221. OLE color: 6233221.

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

Color convert

RGB 133 28 95 -
CMYK 0 0.79 0.29 0.48
HSL 321.71º 0.65% 0.32% -
HSV(B) 321.71º 0.79% 0.52% -
XYZ 12.15 6.64 11.47 -
YUV 67.03 143.79 175.05 -
System Red Green Blue C M Y K H S L
Decimal 133 28 95 0 0.79 0.29 0.48 321.71 0.65 0.32
Hex 85 1C 5F 0 4F 1D 30 142 41 20
Octal 205 34 137 0 117 35 60 502 101 40
Binary 10000101 11100 1011111 0 1001111 11101 110000 101000010 1000001 100000

Color Harmonies of #851C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851C5F

Black with #851C5F

Text Example


Text Example

White with #851C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,28,95); }

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

background-color css

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

 a { background-color: rgb(133,28,95); }

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

border-color css

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

 span { border-color: rgb(133,28,95); }

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