Html Css Color HEX #831D4F Rose Bud Cherry

📋 copy color: '#831D4F'

red 131 ◦ green 29 ◦ blue 79

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

Shades of Rose Bud Cherry #831D4F

Tints of Rose Bud Cherry #831D4F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.13%

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

R = 54.81%
G = 12.13%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.40

 K value IS 0.49

RGB Variations

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

Color information

#831D4F (or 0x831D4F) is known color: Rose Bud Cherry. HEX triplet: 83, 1D and 4F. RGB value is (131,29,79). Sum of RGB (Red+Green+Blue) = 131+29+79=239 (31% of max value = 765). Red value is 131 (51.56% from 255 or 54.81% from 239); Green value is 29 (11.72% from 255 or 12.13% from 239); Blue value is 79 (31.25% from 255 or 33.05% from 239); Max value from RGB is 131 - color contains mainly: red. Hex color #831D4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #831D4F is #7CE2B0. Grayscale: #414141. Windows color (decimal): -8184497 or 5184899. OLE color: 5184899.

HSL color Cylindrical-coordinate representation of color #831D4F: hue angle of 330.59º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #831D4F is Cyan = 0, Magento = 0.78, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 29 79 -
CMYK 0 0.78 0.40 0.49
HSL 330.59º 0.64% 0.31% -
HSV(B) 330.59º 0.78% 0.51% -
XYZ 11.21 6.27 8.02 -
YUV 65.2 135.79 174.93 -
System Red Green Blue C M Y K H S L
Decimal 131 29 79 0 0.78 0.40 0.49 330.59 0.64 0.31
Hex 83 1D 4F 0 4E 28 31 14B 40 1F
Octal 203 35 117 0 116 50 61 513 100 37
Binary 10000011 11101 1001111 0 1001110 101000 110001 101001011 1000000 11111

Color Harmonies of #831D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831D4F

Black with #831D4F

Text Example


Text Example

White with #831D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831D4F; }

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

 H1.HeaderClassName
 {
   color: #831D4F;
 }
 .AnyTagClassName
 {
   color: #831D4F;
 }
</style>

background-color css

<style>
 a { background-color: #831D4F; }

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

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

border-color css

<style>
 span { border-color: #831D4F; }

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

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