Html Css Color HEX #83235C Rose Bud Cherry

📋 copy color: '#83235C'

red 131 ◦ green 35 ◦ blue 92

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

Shades of Rose Bud Cherry #83235C

Tints of Rose Bud Cherry #83235C

RGB

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

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

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

R = 50.78%
G = 13.57%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.30

 K value IS 0.49

RGB Variations

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

Color information

#83235C (or 0x83235C) is known color: Rose Bud Cherry. HEX triplet: 83, 23 and 5C. RGB value is (131,35,92). Sum of RGB (Red+Green+Blue) = 131+35+92=258 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.78% from 258); Green value is 35 (14.06% from 255 or 13.57% from 258); Blue value is 92 (36.33% from 255 or 35.66% from 258); Max value from RGB is 131 - color contains mainly: red. Hex color #83235C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83235C is #7CDCA3. Grayscale: #464646. Windows color (decimal): -8182948 or 6038403. OLE color: 6038403.

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

Color convert

RGB 131 35 92 -
CMYK 0 0.73 0.30 0.49
HSL 324.38º 0.58% 0.33% -
HSV(B) 324.38º 0.73% 0.51% -
XYZ 11.89 6.8 10.81 -
YUV 70.2 140.3 171.37 -
System Red Green Blue C M Y K H S L
Decimal 131 35 92 0 0.73 0.30 0.49 324.38 0.58 0.33
Hex 83 23 5C 0 49 1E 31 144 3A 21
Octal 203 43 134 0 111 36 61 504 72 41
Binary 10000011 100011 1011100 0 1001001 11110 110001 101000100 111010 100001

Color Harmonies of #83235C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83235C

Black with #83235C

Text Example


Text Example

White with #83235C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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