Html Css Color HEX #851152 Rose Bud Cherry

📋 copy color: '#851152'

red 133 ◦ green 17 ◦ blue 82

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

Shades of Rose Bud Cherry #851152

Tints of Rose Bud Cherry #851152

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.33%

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

R = 57.33%
G = 7.33%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.38

 K value IS 0.48

RGB Variations

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

Color information

#851152 (or 0x851152) is known color: Rose Bud Cherry. HEX triplet: 85, 11 and 52. RGB value is (133,17,82). Sum of RGB (Red+Green+Blue) = 133+17+82=232 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.33% from 232); Green value is 17 (7.03% from 255 or 7.33% from 232); Blue value is 82 (32.42% from 255 or 35.34% from 232); Max value from RGB is 133 - color contains mainly: red. Hex color #851152 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851152 is #7AEEAD. Grayscale: #3A3A3A. Windows color (decimal): -8056494 or 5378437. OLE color: 5378437.

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

Color convert

RGB 133 17 82 -
CMYK 0 0.87 0.38 0.48
HSL 326.38º 0.77% 0.29% -
HSV(B) 326.38º 0.87% 0.52% -
XYZ 11.4 6 8.54 -
YUV 59.09 140.93 180.71 -
System Red Green Blue C M Y K H S L
Decimal 133 17 82 0 0.87 0.38 0.48 326.38 0.77 0.29
Hex 85 11 52 0 57 26 30 146 4D 1D
Octal 205 21 122 0 127 46 60 506 115 35
Binary 10000101 10001 1010010 0 1010111 100110 110000 101000110 1001101 11101

Color Harmonies of #851152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851152

Black with #851152

Text Example


Text Example

White with #851152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851152; }

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

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

background-color css

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

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

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

border-color css

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

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

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