Html Css Color HEX #83315C Rose Bud Cherry

📋 copy color: '#83315C'

red 131 ◦ green 49 ◦ blue 92

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

Shades of Rose Bud Cherry #83315C

Tints of Rose Bud Cherry #83315C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.01%

 BLUE value IS 92 (36.33% from 255) = 33.82%

R = 48.16%
G = 18.01%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.30

 K value IS 0.49

RGB Variations

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

Color information

#83315C (or 0x83315C) is known color: Rose Bud Cherry. HEX triplet: 83, 31 and 5C. RGB value is (131,49,92). Sum of RGB (Red+Green+Blue) = 131+49+92=272 (36% of max value = 765). Red value is 131 (51.56% from 255 or 48.16% from 272); Green value is 49 (19.53% from 255 or 18.01% from 272); Blue value is 92 (36.33% from 255 or 33.82% from 272); Max value from RGB is 131 - color contains mainly: red. Hex color #83315C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83315C is #7CCEA3. Grayscale: #4E4E4E. Windows color (decimal): -8179364 or 6041987. OLE color: 6041987.

HSL color Cylindrical-coordinate representation of color #83315C: hue angle of 328.54º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #83315C is Cyan = 0, Magento = 0.63, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 49 92 -
CMYK 0 0.63 0.30 0.49
HSL 328.54º 0.46% 0.35% -
HSV(B) 328.54º 0.63% 0.51% -
XYZ 12.39 7.79 10.98 -
YUV 78.42 135.67 165.5 -
System Red Green Blue C M Y K H S L
Decimal 131 49 92 0 0.63 0.30 0.49 328.54 0.46 0.35
Hex 83 31 5C 0 3F 1E 31 149 2E 23
Octal 203 61 134 0 77 36 61 511 56 43
Binary 10000011 110001 1011100 0 111111 11110 110001 101001001 101110 100011

Color Harmonies of #83315C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83315C

Black with #83315C

Text Example


Text Example

White with #83315C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83315C; }

 p { color: rgb(131,49,92); }

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

background-color css

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

 a { background-color: rgb(131,49,92); }

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

border-color css

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

 span { border-color: rgb(131,49,92); }

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