Html Css Color HEX #851C54 Rose Bud Cherry

📋 copy color: '#851C54'

red 133 ◦ green 28 ◦ blue 84

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

Shades of Rose Bud Cherry #851C54

Tints of Rose Bud Cherry #851C54

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.43%

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

R = 54.29%
G = 11.43%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.37

 K value IS 0.48

RGB Variations

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

Color information

#851C54 (or 0x851C54) is known color: Rose Bud Cherry. HEX triplet: 85, 1C and 54. RGB value is (133,28,84). Sum of RGB (Red+Green+Blue) = 133+28+84=245 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.29% from 245); Green value is 28 (11.33% from 255 or 11.43% from 245); Blue value is 84 (33.20% from 255 or 34.29% from 245); Max value from RGB is 133 - color contains mainly: red. Hex color #851C54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #851C54 is #7AE3AB. Grayscale: #414141. Windows color (decimal): -8053676 or 5512325. OLE color: 5512325.

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

Color convert

RGB 133 28 84 -
CMYK 0 0.79 0.37 0.48
HSL 328º 0.65% 0.32% -
HSV(B) 328º 0.79% 0.52% -
XYZ 11.69 6.46 9.02 -
YUV 65.78 138.29 175.95 -
System Red Green Blue C M Y K H S L
Decimal 133 28 84 0 0.79 0.37 0.48 328 0.65 0.32
Hex 85 1C 54 0 4F 25 30 148 41 20
Octal 205 34 124 0 117 45 60 510 101 40
Binary 10000101 11100 1010100 0 1001111 100101 110000 101001000 1000001 100000

Color Harmonies of #851C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851C54

Black with #851C54

Text Example


Text Example

White with #851C54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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