Html Css Color HEX #841052 Rose Bud Cherry

📋 copy color: '#841052'

red 132 ◦ green 16 ◦ blue 82

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

Shades of Rose Bud Cherry #841052

Tints of Rose Bud Cherry #841052

RGB

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

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

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

R = 57.39%
G = 6.96%
B = 35.65%

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

#841052 (or 0x841052) is known color: Rose Bud Cherry. HEX triplet: 84, 10 and 52. RGB value is (132,16,82). Sum of RGB (Red+Green+Blue) = 132+16+82=230 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.39% from 230); Green value is 16 (6.64% from 255 or 6.96% from 230); Blue value is 82 (32.42% from 255 or 35.65% from 230); Max value from RGB is 132 - color contains mainly: red. Hex color #841052 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841052 is #7BEFAD. Grayscale: #3A3A3A. Windows color (decimal): -8122286 or 5378180. OLE color: 5378180.

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

Color convert

RGB 132 16 82 -
CMYK 0 0.88 0.38 0.48
HSL 325.86º 0.78% 0.29% -
HSV(B) 325.86º 0.88% 0.52% -
XYZ 11.22 5.89 8.53 -
YUV 58.21 141.43 180.63 -
System Red Green Blue C M Y K H S L
Decimal 132 16 82 0 0.88 0.38 0.48 325.86 0.78 0.29
Hex 84 10 52 0 58 26 30 146 4E 1D
Octal 204 20 122 0 130 46 60 506 116 35
Binary 10000100 10000 1010010 0 1011000 100110 110000 101000110 1001110 11101

Color Harmonies of #841052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841052

Black with #841052

Text Example


Text Example

White with #841052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841052; }

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

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

background-color css

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

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

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

border-color css

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

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

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