Html Css Color HEX #83195B Rose Bud Cherry

📋 copy color: '#83195B'

red 131 ◦ green 25 ◦ blue 91

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

Shades of Rose Bud Cherry #83195B

Tints of Rose Bud Cherry #83195B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.12%

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

R = 53.04%
G = 10.12%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.31

 K value IS 0.49

RGB Variations

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

Color information

#83195B (or 0x83195B) is known color: Rose Bud Cherry. HEX triplet: 83, 19 and 5B. RGB value is (131,25,91). Sum of RGB (Red+Green+Blue) = 131+25+91=247 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.04% from 247); Green value is 25 (10.16% from 255 or 10.12% from 247); Blue value is 91 (35.94% from 255 or 36.84% from 247); Max value from RGB is 131 - color contains mainly: red. Hex color #83195B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83195B is #7CE6A4. Grayscale: #404040. Windows color (decimal): -8185509 or 5970307. OLE color: 5970307.

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

Color convert

RGB 131 25 91 -
CMYK 0 0.81 0.31 0.49
HSL 322.64º 0.68% 0.31% -
HSV(B) 322.64º 0.81% 0.51% -
XYZ 11.6 6.28 10.5 -
YUV 64.22 143.12 175.63 -
System Red Green Blue C M Y K H S L
Decimal 131 25 91 0 0.81 0.31 0.49 322.64 0.68 0.31
Hex 83 19 5B 0 51 1F 31 143 44 1F
Octal 203 31 133 0 121 37 61 503 104 37
Binary 10000011 11001 1011011 0 1010001 11111 110001 101000011 1000100 11111

Color Harmonies of #83195B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83195B

Black with #83195B

Text Example


Text Example

White with #83195B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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