Html Css Color HEX #851E5B Rose Bud Cherry

📋 copy color: '#851E5B'

red 133 ◦ green 30 ◦ blue 91

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

Shades of Rose Bud Cherry #851E5B

Tints of Rose Bud Cherry #851E5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 35.83%

R = 52.36%
G = 11.81%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

#851E5B (or 0x851E5B) is known color: Rose Bud Cherry. HEX triplet: 85, 1E and 5B. RGB value is (133,30,91). Sum of RGB (Red+Green+Blue) = 133+30+91=254 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.36% from 254); Green value is 30 (12.11% from 255 or 11.81% from 254); Blue value is 91 (35.94% from 255 or 35.83% from 254); Max value from RGB is 133 - color contains mainly: red. Hex color #851E5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #851E5B is #7AE1A4. Grayscale: #434343. Windows color (decimal): -8053157 or 5971589. OLE color: 5971589.

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

Color convert

RGB 133 30 91 -
CMYK 0 0.77 0.32 0.48
HSL 324.47º 0.63% 0.32% -
HSV(B) 324.47º 0.77% 0.52% -
XYZ 12.03 6.67 10.55 -
YUV 67.75 141.12 174.54 -
System Red Green Blue C M Y K H S L
Decimal 133 30 91 0 0.77 0.32 0.48 324.47 0.63 0.32
Hex 85 1E 5B 0 4D 20 30 144 3F 20
Octal 205 36 133 0 115 40 60 504 77 40
Binary 10000101 11110 1011011 0 1001101 100000 110000 101000100 111111 100000

Color Harmonies of #851E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851E5B

Black with #851E5B

Text Example


Text Example

White with #851E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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