Html Css Color HEX #83235E Rose Bud Cherry

📋 copy color: '#83235E'

red 131 ◦ green 35 ◦ blue 94

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

Shades of Rose Bud Cherry #83235E

Tints of Rose Bud Cherry #83235E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.46%

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

R = 50.38%
G = 13.46%
B = 36.15%

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

#83235E (or 0x83235E) is known color: Rose Bud Cherry. HEX triplet: 83, 23 and 5E. RGB value is (131,35,94). Sum of RGB (Red+Green+Blue) = 131+35+94=260 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.38% from 260); Green value is 35 (14.06% from 255 or 13.46% from 260); Blue value is 94 (37.11% from 255 or 36.15% from 260); Max value from RGB is 131 - color contains mainly: red. Hex color #83235E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83235E is #7CDCA1. Grayscale: #464646. Windows color (decimal): -8182946 or 6169475. OLE color: 6169475.

HSL color Cylindrical-coordinate representation of color #83235E: hue angle of 323.12º degrees, saturation: 0.58, 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 #83235E is Cyan = 0, Magento = 0.73, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 35 94 -
CMYK 0 0.73 0.28 0.49
HSL 323.13º 0.58% 0.33% -
HSV(B) 323.13º 0.73% 0.51% -
XYZ 11.98 6.84 11.28 -
YUV 70.43 141.3 171.2 -
System Red Green Blue C M Y K H S L
Decimal 131 35 94 0 0.73 0.28 0.49 323.13 0.58 0.33
Hex 83 23 5E 0 49 1C 31 143 3A 21
Octal 203 43 136 0 111 34 61 503 72 41
Binary 10000011 100011 1011110 0 1001001 11100 110001 101000011 111010 100001

Color Harmonies of #83235E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83235E

Black with #83235E

Text Example


Text Example

White with #83235E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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