Html Css Color HEX #851D5D Rose Bud Cherry

📋 copy color: '#851D5D'

red 133 ◦ green 29 ◦ blue 93

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

Shades of Rose Bud Cherry #851D5D

Tints of Rose Bud Cherry #851D5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 36.47%

R = 52.16%
G = 11.37%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#851D5D (or 0x851D5D) is known color: Rose Bud Cherry. HEX triplet: 85, 1D and 5D. RGB value is (133,29,93). Sum of RGB (Red+Green+Blue) = 133+29+93=255 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.16% from 255); Green value is 29 (11.72% from 255 or 11.37% from 255); Blue value is 93 (36.72% from 255 or 36.47% from 255); Max value from RGB is 133 - color contains mainly: red. Hex color #851D5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #851D5D is #7AE2A2. Grayscale: #434343. Windows color (decimal): -8053411 or 6102405. OLE color: 6102405.

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

Color convert

RGB 133 29 93 -
CMYK 0 0.78 0.30 0.48
HSL 323.08º 0.64% 0.32% -
HSV(B) 323.08º 0.78% 0.52% -
XYZ 12.09 6.66 11 -
YUV 67.39 142.46 174.8 -
System Red Green Blue C M Y K H S L
Decimal 133 29 93 0 0.78 0.30 0.48 323.08 0.64 0.32
Hex 85 1D 5D 0 4E 1E 30 143 40 20
Octal 205 35 135 0 116 36 60 503 100 40
Binary 10000101 11101 1011101 0 1001110 11110 110000 101000011 1000000 100000

Color Harmonies of #851D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851D5D

Black with #851D5D

Text Example


Text Example

White with #851D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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