Html Css Color HEX #841153 Rose Bud Cherry

📋 copy color: '#841153'

red 132 ◦ green 17 ◦ blue 83

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

Shades of Rose Bud Cherry #841153

Tints of Rose Bud Cherry #841153

RGB

 RED value IS 132 (51.95% from 255) = 56.9%

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

 BLUE value IS 83 (32.81% from 255) = 35.78%

R = 56.9%
G = 7.33%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.37

 K value IS 0.48

RGB Variations

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

Color information

#841153 (or 0x841153) is known color: Rose Bud Cherry. HEX triplet: 84, 11 and 53. RGB value is (132,17,83). Sum of RGB (Red+Green+Blue) = 132+17+83=232 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.90% from 232); Green value is 17 (7.03% from 255 or 7.33% from 232); Blue value is 83 (32.81% from 255 or 35.78% from 232); Max value from RGB is 132 - color contains mainly: red. Hex color #841153 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841153 is #7BEEAC. Grayscale: #3A3A3A. Windows color (decimal): -8122029 or 5443972. OLE color: 5443972.

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

Color convert

RGB 132 17 83 -
CMYK 0 0.87 0.37 0.48
HSL 325.57º 0.77% 0.29% -
HSV(B) 325.57º 0.87% 0.52% -
XYZ 11.28 5.93 8.73 -
YUV 58.91 141.6 180.13 -
System Red Green Blue C M Y K H S L
Decimal 132 17 83 0 0.87 0.37 0.48 325.57 0.77 0.29
Hex 84 11 53 0 57 25 30 146 4D 1D
Octal 204 21 123 0 127 45 60 506 115 35
Binary 10000100 10001 1010011 0 1010111 100101 110000 101000110 1001101 11101

Color Harmonies of #841153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841153

Black with #841153

Text Example


Text Example

White with #841153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841153; }

 p { color: rgb(132,17,83); }

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

background-color css

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

 a { background-color: rgb(132,17,83); }

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

border-color css

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

 span { border-color: rgb(132,17,83); }

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