Html Css Color HEX #851F54 Rose Bud Cherry

📋 copy color: '#851F54'

red 133 ◦ green 31 ◦ blue 84

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

Shades of Rose Bud Cherry #851F54

Tints of Rose Bud Cherry #851F54

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.5%

 BLUE value IS 84 (33.2% from 255) = 33.87%

R = 53.63%
G = 12.5%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.37

 K value IS 0.48

RGB Variations

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

Color information

#851F54 (or 0x851F54) is known color: Rose Bud Cherry. HEX triplet: 85, 1F and 54. RGB value is (133,31,84). Sum of RGB (Red+Green+Blue) = 133+31+84=248 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.63% from 248); Green value is 31 (12.5% from 255 or 12.5% from 248); Blue value is 84 (33.20% from 255 or 33.87% from 248); Max value from RGB is 133 - color contains mainly: red. Hex color #851F54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #851F54 is #7AE0AB. Grayscale: #434343. Windows color (decimal): -8052908 or 5513093. OLE color: 5513093.

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

Color convert

RGB 133 31 84 -
CMYK 0 0.77 0.37 0.48
HSL 328.82º 0.62% 0.32% -
HSV(B) 328.82º 0.77% 0.52% -
XYZ 11.76 6.61 9.04 -
YUV 67.54 137.29 174.69 -
System Red Green Blue C M Y K H S L
Decimal 133 31 84 0 0.77 0.37 0.48 328.82 0.62 0.32
Hex 85 1F 54 0 4D 25 30 149 3E 20
Octal 205 37 124 0 115 45 60 511 76 40
Binary 10000101 11111 1010100 0 1001101 100101 110000 101001001 111110 100000

Color Harmonies of #851F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851F54

Black with #851F54

Text Example


Text Example

White with #851F54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,31,84); }

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

background-color css

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

 a { background-color: rgb(133,31,84); }

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

border-color css

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

 span { border-color: rgb(133,31,84); }

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