Html Css Color HEX #851051 Rose Bud Cherry

📋 copy color: '#851051'

red 133 ◦ green 16 ◦ blue 81

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

Shades of Rose Bud Cherry #851051

Tints of Rose Bud Cherry #851051

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.96%

 BLUE value IS 81 (32.03% from 255) = 35.22%

R = 57.83%
G = 6.96%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.39

 K value IS 0.48

RGB Variations

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

Color information

#851051 (or 0x851051) is known color: Rose Bud Cherry. HEX triplet: 85, 10 and 51. RGB value is (133,16,81). Sum of RGB (Red+Green+Blue) = 133+16+81=230 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.83% from 230); Green value is 16 (6.64% from 255 or 6.96% from 230); Blue value is 81 (32.03% from 255 or 35.22% from 230); Max value from RGB is 133 - color contains mainly: red. Hex color #851051 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851051 is #7AEFAE. Grayscale: #3A3A3A. Windows color (decimal): -8056751 or 5312645. OLE color: 5312645.

HSL color Cylindrical-coordinate representation of color #851051: hue angle of 326.67º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #851051 is Cyan = 0, Magento = 0.88, Yellow = 0.39 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 16 81 -
CMYK 0 0.88 0.39 0.48
HSL 326.67º 0.79% 0.29% -
HSV(B) 326.67º 0.88% 0.52% -
XYZ 11.34 5.95 8.34 -
YUV 58.39 140.76 181.21 -
System Red Green Blue C M Y K H S L
Decimal 133 16 81 0 0.88 0.39 0.48 326.67 0.79 0.29
Hex 85 10 51 0 58 27 30 147 4F 1D
Octal 205 20 121 0 130 47 60 507 117 35
Binary 10000101 10000 1010001 0 1011000 100111 110000 101000111 1001111 11101

Color Harmonies of #851051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851051

Black with #851051

Text Example


Text Example

White with #851051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851051; }

 p { color: rgb(133,16,81); }

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

background-color css

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

 a { background-color: rgb(133,16,81); }

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

border-color css

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

 span { border-color: rgb(133,16,81); }

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