Html Css Color HEX #841252 Rose Bud Cherry

📋 copy color: '#841252'

red 132 ◦ green 18 ◦ blue 82

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

Shades of Rose Bud Cherry #841252

Tints of Rose Bud Cherry #841252

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.76%

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

R = 56.9%
G = 7.76%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.38

 K value IS 0.48

RGB Variations

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

Color information

#841252 (or 0x841252) is known color: Rose Bud Cherry. HEX triplet: 84, 12 and 52. RGB value is (132,18,82). Sum of RGB (Red+Green+Blue) = 132+18+82=232 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.90% from 232); Green value is 18 (7.42% from 255 or 7.76% from 232); Blue value is 82 (32.42% from 255 or 35.34% from 232); Max value from RGB is 132 - color contains mainly: red. Hex color #841252 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841252 is #7BEDAD. Grayscale: #3B3B3B. Windows color (decimal): -8121774 or 5378692. OLE color: 5378692.

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

Color convert

RGB 132 18 82 -
CMYK 0 0.86 0.38 0.48
HSL 326.32º 0.76% 0.29% -
HSV(B) 326.32º 0.86% 0.52% -
XYZ 11.26 5.95 8.54 -
YUV 59.38 140.77 179.8 -
System Red Green Blue C M Y K H S L
Decimal 132 18 82 0 0.86 0.38 0.48 326.32 0.76 0.29
Hex 84 12 52 0 56 26 30 146 4C 1D
Octal 204 22 122 0 126 46 60 506 114 35
Binary 10000100 10010 1010010 0 1010110 100110 110000 101000110 1001100 11101

Color Harmonies of #841252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841252

Black with #841252

Text Example


Text Example

White with #841252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841252; }

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

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

background-color css

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

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

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

border-color css

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

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

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