Html Css Color HEX #83305C Rose Bud Cherry

📋 copy color: '#83305C'

red 131 ◦ green 48 ◦ blue 92

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

Shades of Rose Bud Cherry #83305C

Tints of Rose Bud Cherry #83305C

RGB

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

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

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

R = 48.34%
G = 17.71%
B = 33.95%

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

#83305C (or 0x83305C) is known color: Rose Bud Cherry. HEX triplet: 83, 30 and 5C. RGB value is (131,48,92). Sum of RGB (Red+Green+Blue) = 131+48+92=271 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.34% from 271); Green value is 48 (19.14% from 255 or 17.71% from 271); Blue value is 92 (36.33% from 255 or 33.95% from 271); Max value from RGB is 131 - color contains mainly: red. Hex color #83305C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83305C is #7CCFA3. Grayscale: #4D4D4D. Windows color (decimal): -8179620 or 6041731. OLE color: 6041731.

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

Color convert

RGB 131 48 92 -
CMYK 0 0.63 0.30 0.49
HSL 328.19º 0.46% 0.35% -
HSV(B) 328.19º 0.63% 0.51% -
XYZ 12.35 7.71 10.96 -
YUV 77.83 136 165.92 -
System Red Green Blue C M Y K H S L
Decimal 131 48 92 0 0.63 0.30 0.49 328.19 0.46 0.35
Hex 83 30 5C 0 3F 1E 31 148 2E 23
Octal 203 60 134 0 77 36 61 510 56 43
Binary 10000011 110000 1011100 0 111111 11110 110001 101001000 101110 100011

Color Harmonies of #83305C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83305C

Black with #83305C

Text Example


Text Example

White with #83305C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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