Html Css Color HEX #832952 Rose Bud Cherry

📋 copy color: '#832952'

red 131 ◦ green 41 ◦ blue 82

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

Shades of Rose Bud Cherry #832952

Tints of Rose Bud Cherry #832952

RGB

 RED value IS 131 (51.56% from 255) = 51.57%

 GREEN value IS 41 (16.41% from 255) = 16.14%

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

R = 51.57%
G = 16.14%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.37

 K value IS 0.49

RGB Variations

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

Color information

#832952 (or 0x832952) is known color: Rose Bud Cherry. HEX triplet: 83, 29 and 52. RGB value is (131,41,82). Sum of RGB (Red+Green+Blue) = 131+41+82=254 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.57% from 254); Green value is 41 (16.41% from 255 or 16.14% from 254); Blue value is 82 (32.42% from 255 or 32.28% from 254); Max value from RGB is 131 - color contains mainly: red. Hex color #832952 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832952 is #7CD6AD. Grayscale: #484848. Windows color (decimal): -8181422 or 5384579. OLE color: 5384579.

HSL color Cylindrical-coordinate representation of color #832952: hue angle of 332.67º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #832952 is Cyan = 0, Magento = 0.69, Yellow = 0.37 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 41 82 -
CMYK 0 0.69 0.37 0.49
HSL 332.67º 0.52% 0.34% -
HSV(B) 332.67º 0.69% 0.51% -
XYZ 11.68 7.02 8.72 -
YUV 72.58 133.32 169.67 -
System Red Green Blue C M Y K H S L
Decimal 131 41 82 0 0.69 0.37 0.49 332.67 0.52 0.34
Hex 83 29 52 0 45 25 31 14D 34 22
Octal 203 51 122 0 105 45 61 515 64 42
Binary 10000011 101001 1010010 0 1000101 100101 110001 101001101 110100 100010

Color Harmonies of #832952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832952

Black with #832952

Text Example


Text Example

White with #832952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832952; }

 p { color: rgb(131,41,82); }

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

background-color css

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

 a { background-color: rgb(131,41,82); }

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

border-color css

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

 span { border-color: rgb(131,41,82); }

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