Html Css Color HEX #83375F Rose Bud Cherry

📋 copy color: '#83375F'

red 131 ◦ green 55 ◦ blue 95

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

Shades of Rose Bud Cherry #83375F

Tints of Rose Bud Cherry #83375F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.57%

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

R = 46.62%
G = 19.57%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#83375F (or 0x83375F) is known color: Rose Bud Cherry. HEX triplet: 83, 37 and 5F. RGB value is (131,55,95). Sum of RGB (Red+Green+Blue) = 131+55+95=281 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.62% from 281); Green value is 55 (21.88% from 255 or 19.57% from 281); Blue value is 95 (37.5% from 255 or 33.81% from 281); Max value from RGB is 131 - color contains mainly: red. Hex color #83375F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83375F is #7CC8A0. Grayscale: #525252. Windows color (decimal): -8177825 or 6240131. OLE color: 6240131.

HSL color Cylindrical-coordinate representation of color #83375F: hue angle of 328.42º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #83375F is Cyan = 0, Magento = 0.58, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 55 95 -
CMYK 0 0.58 0.27 0.49
HSL 328.42º 0.41% 0.36% -
HSV(B) 328.42º 0.58% 0.51% -
XYZ 12.79 8.38 11.77 -
YUV 82.28 135.18 162.75 -
System Red Green Blue C M Y K H S L
Decimal 131 55 95 0 0.58 0.27 0.49 328.42 0.41 0.36
Hex 83 37 5F 0 3A 1B 31 148 29 24
Octal 203 67 137 0 72 33 61 510 51 44
Binary 10000011 110111 1011111 0 111010 11011 110001 101001000 101001 100100

Color Harmonies of #83375F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83375F

Black with #83375F

Text Example


Text Example

White with #83375F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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