Html Css Color HEX #83155A Rose Bud Cherry

📋 copy color: '#83155A'

red 131 ◦ green 21 ◦ blue 90

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

Shades of Rose Bud Cherry #83155A

Tints of Rose Bud Cherry #83155A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.68%

 BLUE value IS 90 (35.55% from 255) = 37.19%

R = 54.13%
G = 8.68%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.31

 K value IS 0.49

RGB Variations

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

Color information

#83155A (or 0x83155A) is known color: Rose Bud Cherry. HEX triplet: 83, 15 and 5A. RGB value is (131,21,90). Sum of RGB (Red+Green+Blue) = 131+21+90=242 (32% of max value = 765). Red value is 131 (51.56% from 255 or 54.13% from 242); Green value is 21 (8.59% from 255 or 8.68% from 242); Blue value is 90 (35.55% from 255 or 37.19% from 242); Max value from RGB is 131 - color contains mainly: red. Hex color #83155A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83155A is #7CEAA5. Grayscale: #3D3D3D. Windows color (decimal): -8186534 or 5903747. OLE color: 5903747.

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

Color convert

RGB 131 21 90 -
CMYK 0 0.84 0.31 0.49
HSL 322.36º 0.72% 0.3% -
HSV(B) 322.36º 0.84% 0.51% -
XYZ 11.47 6.1 10.25 -
YUV 61.76 143.94 177.39 -
System Red Green Blue C M Y K H S L
Decimal 131 21 90 0 0.84 0.31 0.49 322.36 0.72 0.3
Hex 83 15 5A 0 54 1F 31 142 48 1E
Octal 203 25 132 0 124 37 61 502 110 36
Binary 10000011 10101 1011010 0 1010100 11111 110001 101000010 1001000 11110

Color Harmonies of #83155A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83155A

Black with #83155A

Text Example


Text Example

White with #83155A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83155A; }

 p { color: rgb(131,21,90); }

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

background-color css

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

 a { background-color: rgb(131,21,90); }

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

border-color css

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

 span { border-color: rgb(131,21,90); }

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