Html Css Color HEX #832D5E Rose Bud Cherry

📋 copy color: '#832D5E'

red 131 ◦ green 45 ◦ blue 94

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

Shades of Rose Bud Cherry #832D5E

Tints of Rose Bud Cherry #832D5E

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.67%

 BLUE value IS 94 (37.11% from 255) = 34.81%

R = 48.52%
G = 16.67%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#832D5E (or 0x832D5E) is known color: Rose Bud Cherry. HEX triplet: 83, 2D and 5E. RGB value is (131,45,94). Sum of RGB (Red+Green+Blue) = 131+45+94=270 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.52% from 270); Green value is 45 (17.97% from 255 or 16.67% from 270); Blue value is 94 (37.11% from 255 or 34.81% from 270); Max value from RGB is 131 - color contains mainly: red. Hex color #832D5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832D5E is #7CD2A1. Grayscale: #4C4C4C. Windows color (decimal): -8180386 or 6172035. OLE color: 6172035.

HSL color Cylindrical-coordinate representation of color #832D5E: hue angle of 325.81º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #832D5E is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 45 94 -
CMYK 0 0.66 0.28 0.49
HSL 325.81º 0.49% 0.35% -
HSV(B) 325.81º 0.66% 0.51% -
XYZ 12.32 7.51 11.39 -
YUV 76.3 137.99 167.02 -
System Red Green Blue C M Y K H S L
Decimal 131 45 94 0 0.66 0.28 0.49 325.81 0.49 0.35
Hex 83 2D 5E 0 42 1C 31 146 31 23
Octal 203 55 136 0 102 34 61 506 61 43
Binary 10000011 101101 1011110 0 1000010 11100 110001 101000110 110001 100011

Color Harmonies of #832D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832D5E

Black with #832D5E

Text Example


Text Example

White with #832D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832D5E; }

 p { color: rgb(131,45,94); }

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

background-color css

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

 a { background-color: rgb(131,45,94); }

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

border-color css

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

 span { border-color: rgb(131,45,94); }

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