Html Css Color HEX #851052 Rose Bud Cherry

📋 copy color: '#851052'

red 133 ◦ green 16 ◦ blue 82

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

Shades of Rose Bud Cherry #851052

Tints of Rose Bud Cherry #851052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 35.5%

R = 57.58%
G = 6.93%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.38

 K value IS 0.48

RGB Variations

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

Color information

#851052 (or 0x851052) is known color: Rose Bud Cherry. HEX triplet: 85, 10 and 52. RGB value is (133,16,82). Sum of RGB (Red+Green+Blue) = 133+16+82=231 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.58% from 231); Green value is 16 (6.64% from 255 or 6.93% from 231); Blue value is 82 (32.42% from 255 or 35.50% from 231); Max value from RGB is 133 - color contains mainly: red. Hex color #851052 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851052 is #7AEFAD. Grayscale: #3A3A3A. Windows color (decimal): -8056750 or 5378181. OLE color: 5378181.

HSL color Cylindrical-coordinate representation of color #851052: hue angle of 326.15º 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 #851052 is Cyan = 0, Magento = 0.88, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 16 82 -
CMYK 0 0.88 0.38 0.48
HSL 326.15º 0.79% 0.29% -
HSV(B) 326.15º 0.88% 0.52% -
XYZ 11.38 5.97 8.53 -
YUV 58.51 141.26 181.13 -
System Red Green Blue C M Y K H S L
Decimal 133 16 82 0 0.88 0.38 0.48 326.15 0.79 0.29
Hex 85 10 52 0 58 26 30 146 4F 1D
Octal 205 20 122 0 130 46 60 506 117 35
Binary 10000101 10000 1010010 0 1011000 100110 110000 101000110 1001111 11101

Color Harmonies of #851052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851052

Black with #851052

Text Example


Text Example

White with #851052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851052; }

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

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

background-color css

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

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

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

border-color css

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

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

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