Html Css Color HEX #83275F Rose Bud Cherry

📋 copy color: '#83275F'

red 131 ◦ green 39 ◦ blue 95

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

Shades of Rose Bud Cherry #83275F

Tints of Rose Bud Cherry #83275F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 35.85%

R = 49.43%
G = 14.72%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#83275F (or 0x83275F) is known color: Rose Bud Cherry. HEX triplet: 83, 27 and 5F. RGB value is (131,39,95). Sum of RGB (Red+Green+Blue) = 131+39+95=265 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.43% from 265); Green value is 39 (15.62% from 255 or 14.72% from 265); Blue value is 95 (37.5% from 255 or 35.85% from 265); Max value from RGB is 131 - color contains mainly: red. Hex color #83275F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83275F is #7CD8A0. Grayscale: #484848. Windows color (decimal): -8181921 or 6236035. OLE color: 6236035.

HSL color Cylindrical-coordinate representation of color #83275F: hue angle of 323.48º 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 #83275F is Cyan = 0, Magento = 0.70, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 39 95 -
CMYK 0 0.70 0.27 0.49
HSL 323.48º 0.54% 0.33% -
HSV(B) 323.48º 0.7% 0.51% -
XYZ 12.15 7.1 11.56 -
YUV 72.89 140.48 169.45 -
System Red Green Blue C M Y K H S L
Decimal 131 39 95 0 0.70 0.27 0.49 323.48 0.54 0.33
Hex 83 27 5F 0 46 1B 31 143 36 21
Octal 203 47 137 0 106 33 61 503 66 41
Binary 10000011 100111 1011111 0 1000110 11011 110001 101000011 110110 100001

Color Harmonies of #83275F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83275F

Black with #83275F

Text Example


Text Example

White with #83275F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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