Html Css Color HEX #83275D Rose Bud Cherry

📋 copy color: '#83275D'

red 131 ◦ green 39 ◦ blue 93

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

Shades of Rose Bud Cherry #83275D

Tints of Rose Bud Cherry #83275D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.83%

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

R = 49.81%
G = 14.83%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.29

 K value IS 0.49

RGB Variations

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

Color information

#83275D (or 0x83275D) is known color: Rose Bud Cherry. HEX triplet: 83, 27 and 5D. RGB value is (131,39,93). Sum of RGB (Red+Green+Blue) = 131+39+93=263 (34% of max value = 765). Red value is 131 (51.56% from 255 or 49.81% from 263); Green value is 39 (15.62% from 255 or 14.83% from 263); Blue value is 93 (36.72% from 255 or 35.36% from 263); Max value from RGB is 131 - color contains mainly: red. Hex color #83275D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83275D is #7CD8A2. Grayscale: #484848. Windows color (decimal): -8181923 or 6104963. OLE color: 6104963.

HSL color Cylindrical-coordinate representation of color #83275D: hue angle of 324.78º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #83275D is Cyan = 0, Magento = 0.70, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 39 93 -
CMYK 0 0.70 0.29 0.49
HSL 324.78º 0.54% 0.33% -
HSV(B) 324.78º 0.7% 0.51% -
XYZ 12.06 7.07 11.08 -
YUV 72.66 139.48 169.61 -
System Red Green Blue C M Y K H S L
Decimal 131 39 93 0 0.70 0.29 0.49 324.78 0.54 0.33
Hex 83 27 5D 0 46 1D 31 145 36 21
Octal 203 47 135 0 106 35 61 505 66 41
Binary 10000011 100111 1011101 0 1000110 11101 110001 101000101 110110 100001

Color Harmonies of #83275D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83275D

Black with #83275D

Text Example


Text Example

White with #83275D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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