Html Css Color HEX #843052 Rose Bud Cherry

📋 copy color: '#843052'

red 132 ◦ green 48 ◦ blue 82

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

Shades of Rose Bud Cherry #843052

Tints of Rose Bud Cherry #843052

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.32%

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

R = 50.38%
G = 18.32%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.38

 K value IS 0.48

RGB Variations

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

Color information

#843052 (or 0x843052) is known color: Rose Bud Cherry. HEX triplet: 84, 30 and 52. RGB value is (132,48,82). Sum of RGB (Red+Green+Blue) = 132+48+82=262 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.38% from 262); Green value is 48 (19.14% from 255 or 18.32% from 262); Blue value is 82 (32.42% from 255 or 31.30% from 262); Max value from RGB is 132 - color contains mainly: red. Hex color #843052 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843052 is #7BCFAD. Grayscale: #4C4C4C. Windows color (decimal): -8114094 or 5386372. OLE color: 5386372.

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

Color convert

RGB 132 48 82 -
CMYK 0 0.64 0.38 0.48
HSL 335.71º 0.47% 0.35% -
HSV(B) 335.71º 0.64% 0.52% -
XYZ 12.1 7.63 8.82 -
YUV 76.99 130.83 167.24 -
System Red Green Blue C M Y K H S L
Decimal 132 48 82 0 0.64 0.38 0.48 335.71 0.47 0.35
Hex 84 30 52 0 40 26 30 150 2F 23
Octal 204 60 122 0 100 46 60 520 57 43
Binary 10000100 110000 1010010 0 1000000 100110 110000 101010000 101111 100011

Color Harmonies of #843052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843052

Black with #843052

Text Example


Text Example

White with #843052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #843052; }

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

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

background-color css

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

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

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

border-color css

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

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

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