Html Css Color HEX #83185D Rose Bud Cherry

📋 copy color: '#83185D'

red 131 ◦ green 24 ◦ blue 93

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

Shades of Rose Bud Cherry #83185D

Tints of Rose Bud Cherry #83185D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.68%

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

R = 52.82%
G = 9.68%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.29

 K value IS 0.49

RGB Variations

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

Color information

#83185D (or 0x83185D) is known color: Rose Bud Cherry. HEX triplet: 83, 18 and 5D. RGB value is (131,24,93). Sum of RGB (Red+Green+Blue) = 131+24+93=248 (32% of max value = 765). Red value is 131 (51.56% from 255 or 52.82% from 248); Green value is 24 (9.77% from 255 or 9.68% from 248); Blue value is 93 (36.72% from 255 or 37.5% from 248); Max value from RGB is 131 - color contains mainly: red. Hex color #83185D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83185D is #7CE7A2. Grayscale: #3F3F3F. Windows color (decimal): -8185763 or 6101123. OLE color: 6101123.

HSL color Cylindrical-coordinate representation of color #83185D: hue angle of 321.31º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #83185D is Cyan = 0, Magento = 0.82, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 24 93 -
CMYK 0 0.82 0.29 0.49
HSL 321.31º 0.69% 0.3% -
HSV(B) 321.31º 0.82% 0.51% -
XYZ 11.66 6.27 10.95 -
YUV 63.86 144.45 175.89 -
System Red Green Blue C M Y K H S L
Decimal 131 24 93 0 0.82 0.29 0.49 321.31 0.69 0.3
Hex 83 18 5D 0 52 1D 31 141 45 1E
Octal 203 30 135 0 122 35 61 501 105 36
Binary 10000011 11000 1011101 0 1010010 11101 110001 101000001 1000101 11110

Color Harmonies of #83185D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83185D

Black with #83185D

Text Example


Text Example

White with #83185D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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