Html Css Color HEX #851E5D Rose Bud Cherry

📋 copy color: '#851E5D'

red 133 ◦ green 30 ◦ blue 93

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

Shades of Rose Bud Cherry #851E5D

Tints of Rose Bud Cherry #851E5D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.72%

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

R = 51.95%
G = 11.72%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#851E5D (or 0x851E5D) is known color: Rose Bud Cherry. HEX triplet: 85, 1E and 5D. RGB value is (133,30,93). Sum of RGB (Red+Green+Blue) = 133+30+93=256 (33% of max value = 765). Red value is 133 (52.34% from 255 or 51.95% from 256); Green value is 30 (12.11% from 255 or 11.72% from 256); Blue value is 93 (36.72% from 255 or 36.33% from 256); Max value from RGB is 133 - color contains mainly: red. Hex color #851E5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #851E5D is #7AE1A2. Grayscale: #434343. Windows color (decimal): -8053155 or 6102661. OLE color: 6102661.

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

Color convert

RGB 133 30 93 -
CMYK 0 0.77 0.30 0.48
HSL 323.3º 0.63% 0.32% -
HSV(B) 323.3º 0.77% 0.52% -
XYZ 12.11 6.71 11.01 -
YUV 67.98 142.12 174.38 -
System Red Green Blue C M Y K H S L
Decimal 133 30 93 0 0.77 0.30 0.48 323.3 0.63 0.32
Hex 85 1E 5D 0 4D 1E 30 143 3F 20
Octal 205 36 135 0 115 36 60 503 77 40
Binary 10000101 11110 1011101 0 1001101 11110 110000 101000011 111111 100000

Color Harmonies of #851E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851E5D

Black with #851E5D

Text Example


Text Example

White with #851E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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