Html Css Color HEX #83194F Rose Bud Cherry

📋 copy color: '#83194F'

red 131 ◦ green 25 ◦ blue 79

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

Shades of Rose Bud Cherry #83194F

Tints of Rose Bud Cherry #83194F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 33.62%

R = 55.74%
G = 10.64%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.40

 K value IS 0.49

RGB Variations

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

Color information

#83194F (or 0x83194F) is known color: Rose Bud Cherry. HEX triplet: 83, 19 and 4F. RGB value is (131,25,79). Sum of RGB (Red+Green+Blue) = 131+25+79=235 (31% of max value = 765). Red value is 131 (51.56% from 255 or 55.74% from 235); Green value is 25 (10.16% from 255 or 10.64% from 235); Blue value is 79 (31.25% from 255 or 33.62% from 235); Max value from RGB is 131 - color contains mainly: red. Hex color #83194F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83194F is #7CE6B0. Grayscale: #3E3E3E. Windows color (decimal): -8185521 or 5183875. OLE color: 5183875.

HSL color Cylindrical-coordinate representation of color #83194F: hue angle of 329.43º 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 #83194F is Cyan = 0, Magento = 0.81, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 25 79 -
CMYK 0 0.81 0.40 0.49
HSL 329.43º 0.68% 0.31% -
HSV(B) 329.43º 0.81% 0.51% -
XYZ 11.12 6.09 7.99 -
YUV 62.85 137.12 176.61 -
System Red Green Blue C M Y K H S L
Decimal 131 25 79 0 0.81 0.40 0.49 329.43 0.68 0.31
Hex 83 19 4F 0 51 28 31 149 44 1F
Octal 203 31 117 0 121 50 61 511 104 37
Binary 10000011 11001 1001111 0 1010001 101000 110001 101001001 1000100 11111

Color Harmonies of #83194F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83194F

Black with #83194F

Text Example


Text Example

White with #83194F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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