Html Css Color HEX #83375C Rose Bud Cherry

📋 copy color: '#83375C'

red 131 ◦ green 55 ◦ blue 92

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

Shades of Rose Bud Cherry #83375C

Tints of Rose Bud Cherry #83375C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 33.09%

R = 47.12%
G = 19.78%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.30

 K value IS 0.49

RGB Variations

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

Color information

#83375C (or 0x83375C) is known color: Rose Bud Cherry. HEX triplet: 83, 37 and 5C. RGB value is (131,55,92). Sum of RGB (Red+Green+Blue) = 131+55+92=278 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.12% from 278); Green value is 55 (21.88% from 255 or 19.78% from 278); Blue value is 92 (36.33% from 255 or 33.09% from 278); Max value from RGB is 131 - color contains mainly: red. Hex color #83375C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83375C is #7CC8A3. Grayscale: #515151. Windows color (decimal): -8177828 or 6043523. OLE color: 6043523.

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

Color convert

RGB 131 55 92 -
CMYK 0 0.58 0.30 0.49
HSL 330.79º 0.41% 0.36% -
HSV(B) 330.79º 0.58% 0.51% -
XYZ 12.66 8.33 11.07 -
YUV 81.94 133.68 162.99 -
System Red Green Blue C M Y K H S L
Decimal 131 55 92 0 0.58 0.30 0.49 330.79 0.41 0.36
Hex 83 37 5C 0 3A 1E 31 14B 29 24
Octal 203 67 134 0 72 36 61 513 51 44
Binary 10000011 110111 1011100 0 111010 11110 110001 101001011 101001 100100

Color Harmonies of #83375C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83375C

Black with #83375C

Text Example


Text Example

White with #83375C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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