Html Css Color HEX #83305D Rose Bud Cherry

📋 copy color: '#83305D'

red 131 ◦ green 48 ◦ blue 93

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

Shades of Rose Bud Cherry #83305D

Tints of Rose Bud Cherry #83305D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.65%

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

R = 48.16%
G = 17.65%
B = 34.19%

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

#83305D (or 0x83305D) is known color: Rose Bud Cherry. HEX triplet: 83, 30 and 5D. RGB value is (131,48,93). Sum of RGB (Red+Green+Blue) = 131+48+93=272 (36% of max value = 765). Red value is 131 (51.56% from 255 or 48.16% from 272); Green value is 48 (19.14% from 255 or 17.65% from 272); Blue value is 93 (36.72% from 255 or 34.19% from 272); Max value from RGB is 131 - color contains mainly: red. Hex color #83305D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83305D is #7CCFA2. Grayscale: #4D4D4D. Windows color (decimal): -8179619 or 6107267. OLE color: 6107267.

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

Color convert

RGB 131 48 93 -
CMYK 0 0.63 0.29 0.49
HSL 327.47º 0.46% 0.35% -
HSV(B) 327.47º 0.63% 0.51% -
XYZ 12.39 7.73 11.19 -
YUV 77.95 136.5 165.84 -
System Red Green Blue C M Y K H S L
Decimal 131 48 93 0 0.63 0.29 0.49 327.47 0.46 0.35
Hex 83 30 5D 0 3F 1D 31 147 2E 23
Octal 203 60 135 0 77 35 61 507 56 43
Binary 10000011 110000 1011101 0 111111 11101 110001 101000111 101110 100011

Color Harmonies of #83305D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83305D

Black with #83305D

Text Example


Text Example

White with #83305D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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