Html Css Color HEX #83245E Rose Bud Cherry

📋 copy color: '#83245E'

red 131 ◦ green 36 ◦ blue 94

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

Shades of Rose Bud Cherry #83245E

Tints of Rose Bud Cherry #83245E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.79%

 BLUE value IS 94 (37.11% from 255) = 36.02%

R = 50.19%
G = 13.79%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#83245E (or 0x83245E) is known color: Rose Bud Cherry. HEX triplet: 83, 24 and 5E. RGB value is (131,36,94). Sum of RGB (Red+Green+Blue) = 131+36+94=261 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.19% from 261); Green value is 36 (14.45% from 255 or 13.79% from 261); Blue value is 94 (37.11% from 255 or 36.02% from 261); Max value from RGB is 131 - color contains mainly: red. Hex color #83245E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83245E is #7CDBA1. Grayscale: #464646. Windows color (decimal): -8182690 or 6169731. OLE color: 6169731.

HSL color Cylindrical-coordinate representation of color #83245E: hue angle of 323.37º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #83245E is Cyan = 0, Magento = 0.73, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 36 94 -
CMYK 0 0.73 0.28 0.49
HSL 323.37º 0.57% 0.33% -
HSV(B) 323.37º 0.73% 0.51% -
XYZ 12.01 6.9 11.29 -
YUV 71.02 140.97 170.78 -
System Red Green Blue C M Y K H S L
Decimal 131 36 94 0 0.73 0.28 0.49 323.37 0.57 0.33
Hex 83 24 5E 0 49 1C 31 143 39 21
Octal 203 44 136 0 111 34 61 503 71 41
Binary 10000011 100100 1011110 0 1001001 11100 110001 101000011 111001 100001

Color Harmonies of #83245E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83245E

Black with #83245E

Text Example


Text Example

White with #83245E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83245E; }

 p { color: rgb(131,36,94); }

 H1.HeaderClassName
 {
   color: #83245E;
 }
 .AnyTagClassName
 {
   color: #83245E;
 }
</style>

background-color css

<style>
 a { background-color: #83245E; }

 a { background-color: rgb(131,36,94); }

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

border-color css

<style>
 span { border-color: #83245E; }

 span { border-color: rgb(131,36,94); }

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