Html Css Color HEX #832F5E Rose Bud Cherry

📋 copy color: '#832F5E'

red 131 ◦ green 47 ◦ blue 94

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

Shades of Rose Bud Cherry #832F5E

Tints of Rose Bud Cherry #832F5E

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.28%

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

R = 48.16%
G = 17.28%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#832F5E (or 0x832F5E) is known color: Rose Bud Cherry. HEX triplet: 83, 2F and 5E. RGB value is (131,47,94). Sum of RGB (Red+Green+Blue) = 131+47+94=272 (36% of max value = 765). Red value is 131 (51.56% from 255 or 48.16% from 272); Green value is 47 (18.75% from 255 or 17.28% from 272); Blue value is 94 (37.11% from 255 or 34.56% from 272); Max value from RGB is 131 - color contains mainly: red. Hex color #832F5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832F5E is #7CD0A1. Grayscale: #4D4D4D. Windows color (decimal): -8179874 or 6172547. OLE color: 6172547.

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

Color convert

RGB 131 47 94 -
CMYK 0 0.64 0.28 0.49
HSL 326.43º 0.47% 0.35% -
HSV(B) 326.43º 0.64% 0.51% -
XYZ 12.4 7.67 11.42 -
YUV 77.47 137.33 166.18 -
System Red Green Blue C M Y K H S L
Decimal 131 47 94 0 0.64 0.28 0.49 326.43 0.47 0.35
Hex 83 2F 5E 0 40 1C 31 146 2F 23
Octal 203 57 136 0 100 34 61 506 57 43
Binary 10000011 101111 1011110 0 1000000 11100 110001 101000110 101111 100011

Color Harmonies of #832F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832F5E

Black with #832F5E

Text Example


Text Example

White with #832F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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