Html Css Color HEX #851E50 Rose Bud Cherry

📋 copy color: '#851E50'

red 133 ◦ green 30 ◦ blue 80

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

Shades of Rose Bud Cherry #851E50

Tints of Rose Bud Cherry #851E50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 32.92%

R = 54.73%
G = 12.35%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.40

 K value IS 0.48

RGB Variations

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

Color information

#851E50 (or 0x851E50) is known color: Rose Bud Cherry. HEX triplet: 85, 1E and 50. RGB value is (133,30,80). Sum of RGB (Red+Green+Blue) = 133+30+80=243 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.73% from 243); Green value is 30 (12.11% from 255 or 12.35% from 243); Blue value is 80 (31.64% from 255 or 32.92% from 243); Max value from RGB is 133 - color contains mainly: red. Hex color #851E50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #851E50 is #7AE1AF. Grayscale: #424242. Windows color (decimal): -8053168 or 5250693. OLE color: 5250693.

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

Color convert

RGB 133 30 80 -
CMYK 0 0.77 0.40 0.48
HSL 330.87º 0.63% 0.32% -
HSV(B) 330.87º 0.77% 0.52% -
XYZ 11.59 6.49 8.23 -
YUV 66.5 135.62 175.43 -
System Red Green Blue C M Y K H S L
Decimal 133 30 80 0 0.77 0.40 0.48 330.87 0.63 0.32
Hex 85 1E 50 0 4D 28 30 14B 3F 20
Octal 205 36 120 0 115 50 60 513 77 40
Binary 10000101 11110 1010000 0 1001101 101000 110000 101001011 111111 100000

Color Harmonies of #851E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851E50

Black with #851E50

Text Example


Text Example

White with #851E50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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