Html Css Color HEX #83235D Rose Bud Cherry

📋 copy color: '#83235D'

red 131 ◦ green 35 ◦ blue 93

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

Shades of Rose Bud Cherry #83235D

Tints of Rose Bud Cherry #83235D

RGB

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

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

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

R = 50.58%
G = 13.51%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.29

 K value IS 0.49

RGB Variations

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

Color information

#83235D (or 0x83235D) is known color: Rose Bud Cherry. HEX triplet: 83, 23 and 5D. RGB value is (131,35,93). Sum of RGB (Red+Green+Blue) = 131+35+93=259 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.58% from 259); Green value is 35 (14.06% from 255 or 13.51% from 259); Blue value is 93 (36.72% from 255 or 35.91% from 259); Max value from RGB is 131 - color contains mainly: red. Hex color #83235D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83235D is #7CDCA2. Grayscale: #464646. Windows color (decimal): -8182947 or 6103939. OLE color: 6103939.

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

Color convert

RGB 131 35 93 -
CMYK 0 0.73 0.29 0.49
HSL 323.75º 0.58% 0.33% -
HSV(B) 323.75º 0.73% 0.51% -
XYZ 11.94 6.82 11.04 -
YUV 70.32 140.8 171.28 -
System Red Green Blue C M Y K H S L
Decimal 131 35 93 0 0.73 0.29 0.49 323.75 0.58 0.33
Hex 83 23 5D 0 49 1D 31 144 3A 21
Octal 203 43 135 0 111 35 61 504 72 41
Binary 10000011 100011 1011101 0 1001001 11101 110001 101000100 111010 100001

Color Harmonies of #83235D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83235D

Black with #83235D

Text Example


Text Example

White with #83235D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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