Html Css Color HEX #83295B Rose Bud Cherry

📋 copy color: '#83295B'

red 131 ◦ green 41 ◦ blue 91

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

Shades of Rose Bud Cherry #83295B

Tints of Rose Bud Cherry #83295B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 34.6%

R = 49.81%
G = 15.59%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.31

 K value IS 0.49

RGB Variations

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

Color information

#83295B (or 0x83295B) is known color: Rose Bud Cherry. HEX triplet: 83, 29 and 5B. RGB value is (131,41,91). Sum of RGB (Red+Green+Blue) = 131+41+91=263 (34% of max value = 765). Red value is 131 (51.56% from 255 or 49.81% from 263); Green value is 41 (16.41% from 255 or 15.59% from 263); Blue value is 91 (35.94% from 255 or 34.60% from 263); Max value from RGB is 131 - color contains mainly: red. Hex color #83295B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83295B is #7CD6A4. Grayscale: #494949. Windows color (decimal): -8181413 or 5974403. OLE color: 5974403.

HSL color Cylindrical-coordinate representation of color #83295B: hue angle of 326.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 #83295B is Cyan = 0, Magento = 0.69, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 41 91 -
CMYK 0 0.69 0.31 0.49
HSL 326.67º 0.52% 0.34% -
HSV(B) 326.67º 0.69% 0.51% -
XYZ 12.04 7.17 10.65 -
YUV 73.61 137.82 168.93 -
System Red Green Blue C M Y K H S L
Decimal 131 41 91 0 0.69 0.31 0.49 326.67 0.52 0.34
Hex 83 29 5B 0 45 1F 31 147 34 22
Octal 203 51 133 0 105 37 61 507 64 42
Binary 10000011 101001 1011011 0 1000101 11111 110001 101000111 110100 100010

Color Harmonies of #83295B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83295B

Black with #83295B

Text Example


Text Example

White with #83295B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83295B; }

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

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

background-color css

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

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

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

border-color css

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

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

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