Html Css Color HEX #83315D Rose Bud Cherry

📋 copy color: '#83315D'

red 131 ◦ green 49 ◦ blue 93

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

Shades of Rose Bud Cherry #83315D

Tints of Rose Bud Cherry #83315D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 34.07%

R = 47.99%
G = 17.95%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.29

 K value IS 0.49

RGB Variations

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

Color information

#83315D (or 0x83315D) is known color: Rose Bud Cherry. HEX triplet: 83, 31 and 5D. RGB value is (131,49,93). Sum of RGB (Red+Green+Blue) = 131+49+93=273 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.99% from 273); Green value is 49 (19.53% from 255 or 17.95% from 273); Blue value is 93 (36.72% from 255 or 34.07% from 273); Max value from RGB is 131 - color contains mainly: red. Hex color #83315D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83315D is #7CCEA2. Grayscale: #4E4E4E. Windows color (decimal): -8179363 or 6107523. OLE color: 6107523.

HSL color Cylindrical-coordinate representation of color #83315D: hue angle of 327.8º 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 #83315D is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 49 93 -
CMYK 0 0.63 0.29 0.49
HSL 327.8º 0.46% 0.35% -
HSV(B) 327.8º 0.63% 0.51% -
XYZ 12.43 7.81 11.21 -
YUV 78.53 136.17 165.42 -
System Red Green Blue C M Y K H S L
Decimal 131 49 93 0 0.63 0.29 0.49 327.8 0.46 0.35
Hex 83 31 5D 0 3F 1D 31 148 2E 23
Octal 203 61 135 0 77 35 61 510 56 43
Binary 10000011 110001 1011101 0 111111 11101 110001 101001000 101110 100011

Color Harmonies of #83315D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83315D

Black with #83315D

Text Example


Text Example

White with #83315D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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