Html Css Color HEX #83175B Rose Bud Cherry

📋 copy color: '#83175B'

red 131 ◦ green 23 ◦ blue 91

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

Shades of Rose Bud Cherry #83175B

Tints of Rose Bud Cherry #83175B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.39%

 BLUE value IS 91 (35.94% from 255) = 37.14%

R = 53.47%
G = 9.39%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.31

 K value IS 0.49

RGB Variations

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

Color information

#83175B (or 0x83175B) is known color: Rose Bud Cherry. HEX triplet: 83, 17 and 5B. RGB value is (131,23,91). Sum of RGB (Red+Green+Blue) = 131+23+91=245 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.47% from 245); Green value is 23 (9.38% from 255 or 9.39% from 245); Blue value is 91 (35.94% from 255 or 37.14% from 245); Max value from RGB is 131 - color contains mainly: red. Hex color #83175B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83175B is #7CE8A4. Grayscale: #3E3E3E. Windows color (decimal): -8186021 or 5969795. OLE color: 5969795.

HSL color Cylindrical-coordinate representation of color #83175B: hue angle of 322.22º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #83175B is Cyan = 0, Magento = 0.82, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 23 91 -
CMYK 0 0.82 0.31 0.49
HSL 322.22º 0.7% 0.3% -
HSV(B) 322.22º 0.82% 0.51% -
XYZ 11.55 6.19 10.48 -
YUV 63.04 143.78 176.47 -
System Red Green Blue C M Y K H S L
Decimal 131 23 91 0 0.82 0.31 0.49 322.22 0.7 0.3
Hex 83 17 5B 0 52 1F 31 142 46 1E
Octal 203 27 133 0 122 37 61 502 106 36
Binary 10000011 10111 1011011 0 1010010 11111 110001 101000010 1000110 11110

Color Harmonies of #83175B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83175B

Black with #83175B

Text Example


Text Example

White with #83175B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83175B; }

 p { color: rgb(131,23,91); }

 H1.HeaderClassName
 {
   color: #83175B;
 }
 .AnyTagClassName
 {
   color: #83175B;
 }
</style>

background-color css

<style>
 a { background-color: #83175B; }

 a { background-color: rgb(131,23,91); }

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

border-color css

<style>
 span { border-color: #83175B; }

 span { border-color: rgb(131,23,91); }

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