Html Css Color HEX #83295D Rose Bud Cherry

📋 copy color: '#83295D'

red 131 ◦ green 41 ◦ blue 93

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

Shades of Rose Bud Cherry #83295D

Tints of Rose Bud Cherry #83295D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.47%

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

R = 49.43%
G = 15.47%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.29

 K value IS 0.49

RGB Variations

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

Color information

#83295D (or 0x83295D) is known color: Rose Bud Cherry. HEX triplet: 83, 29 and 5D. RGB value is (131,41,93). Sum of RGB (Red+Green+Blue) = 131+41+93=265 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.43% from 265); Green value is 41 (16.41% from 255 or 15.47% from 265); Blue value is 93 (36.72% from 255 or 35.09% from 265); Max value from RGB is 131 - color contains mainly: red. Hex color #83295D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83295D is #7CD6A2. Grayscale: #494949. Windows color (decimal): -8181411 or 6105475. OLE color: 6105475.

HSL color Cylindrical-coordinate representation of color #83295D: hue angle of 325.33º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #83295D is Cyan = 0, Magento = 0.69, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 41 93 -
CMYK 0 0.69 0.29 0.49
HSL 325.33º 0.52% 0.34% -
HSV(B) 325.33º 0.69% 0.51% -
XYZ 12.13 7.2 11.11 -
YUV 73.84 138.82 168.77 -
System Red Green Blue C M Y K H S L
Decimal 131 41 93 0 0.69 0.29 0.49 325.33 0.52 0.34
Hex 83 29 5D 0 45 1D 31 145 34 22
Octal 203 51 135 0 105 35 61 505 64 42
Binary 10000011 101001 1011101 0 1000101 11101 110001 101000101 110100 100010

Color Harmonies of #83295D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83295D

Black with #83295D

Text Example


Text Example

White with #83295D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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