Html Css Color HEX #831453 Rose Bud Cherry

📋 copy color: '#831453'

red 131 ◦ green 20 ◦ blue 83

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

Shades of Rose Bud Cherry #831453

Tints of Rose Bud Cherry #831453

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.55%

 BLUE value IS 83 (32.81% from 255) = 35.47%

R = 55.98%
G = 8.55%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.37

 K value IS 0.49

RGB Variations

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

Color information

#831453 (or 0x831453) is known color: Rose Bud Cherry. HEX triplet: 83, 14 and 53. RGB value is (131,20,83). Sum of RGB (Red+Green+Blue) = 131+20+83=234 (30% of max value = 765). Red value is 131 (51.56% from 255 or 55.98% from 234); Green value is 20 (8.20% from 255 or 8.55% from 234); Blue value is 83 (32.81% from 255 or 35.47% from 234); Max value from RGB is 131 - color contains mainly: red. Hex color #831453 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #831453 is #7CEBAC. Grayscale: #3C3C3C. Windows color (decimal): -8186797 or 5444739. OLE color: 5444739.

HSL color Cylindrical-coordinate representation of color #831453: hue angle of 325.95º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #831453 is Cyan = 0, Magento = 0.85, Yellow = 0.37 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 20 83 -
CMYK 0 0.85 0.37 0.49
HSL 325.95º 0.74% 0.3% -
HSV(B) 325.95º 0.85% 0.51% -
XYZ 11.17 5.95 8.74 -
YUV 60.37 140.77 178.38 -
System Red Green Blue C M Y K H S L
Decimal 131 20 83 0 0.85 0.37 0.49 325.95 0.74 0.3
Hex 83 14 53 0 55 25 31 146 4A 1E
Octal 203 24 123 0 125 45 61 506 112 36
Binary 10000011 10100 1010011 0 1010101 100101 110001 101000110 1001010 11110

Color Harmonies of #831453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831453

Black with #831453

Text Example


Text Example

White with #831453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831453; }

 p { color: rgb(131,20,83); }

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

background-color css

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

 a { background-color: rgb(131,20,83); }

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

border-color css

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

 span { border-color: rgb(131,20,83); }

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