Html Css Color HEX #83375D Rose Bud Cherry

📋 copy color: '#83375D'

red 131 ◦ green 55 ◦ blue 93

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

Shades of Rose Bud Cherry #83375D

Tints of Rose Bud Cherry #83375D

RGB

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

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

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

R = 46.95%
G = 19.71%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.29

 K value IS 0.49

RGB Variations

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

Color information

#83375D (or 0x83375D) is known color: Rose Bud Cherry. HEX triplet: 83, 37 and 5D. RGB value is (131,55,93). Sum of RGB (Red+Green+Blue) = 131+55+93=279 (36% of max value = 765). Red value is 131 (51.56% from 255 or 46.95% from 279); Green value is 55 (21.88% from 255 or 19.71% from 279); Blue value is 93 (36.72% from 255 or 33.33% from 279); Max value from RGB is 131 - color contains mainly: red. Hex color #83375D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83375D is #7CC8A2. Grayscale: #515151. Windows color (decimal): -8177827 or 6109059. OLE color: 6109059.

HSL color Cylindrical-coordinate representation of color #83375D: hue angle of 330º 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 #83375D is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 55 93 -
CMYK 0 0.58 0.29 0.49
HSL 330º 0.41% 0.36% -
HSV(B) 330º 0.58% 0.51% -
XYZ 12.7 8.35 11.3 -
YUV 82.06 134.18 162.91 -
System Red Green Blue C M Y K H S L
Decimal 131 55 93 0 0.58 0.29 0.49 330 0.41 0.36
Hex 83 37 5D 0 3A 1D 31 14A 29 24
Octal 203 67 135 0 72 35 61 512 51 44
Binary 10000011 110111 1011101 0 111010 11101 110001 101001010 101001 100100

Color Harmonies of #83375D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83375D

Black with #83375D

Text Example


Text Example

White with #83375D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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