Html Css Color HEX #83255A Rose Bud Cherry

📋 copy color: '#83255A'

red 131 ◦ green 37 ◦ blue 90

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

Shades of Rose Bud Cherry #83255A

Tints of Rose Bud Cherry #83255A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.34%

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

R = 50.78%
G = 14.34%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.31

 K value IS 0.49

RGB Variations

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

Color information

#83255A (or 0x83255A) is known color: Rose Bud Cherry. HEX triplet: 83, 25 and 5A. RGB value is (131,37,90). Sum of RGB (Red+Green+Blue) = 131+37+90=258 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.78% from 258); Green value is 37 (14.84% from 255 or 14.34% from 258); Blue value is 90 (35.55% from 255 or 34.88% from 258); Max value from RGB is 131 - color contains mainly: red. Hex color #83255A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83255A is #7CDAA5. Grayscale: #474747. Windows color (decimal): -8182438 or 5907843. OLE color: 5907843.

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

Color convert

RGB 131 37 90 -
CMYK 0 0.72 0.31 0.49
HSL 326.17º 0.56% 0.33% -
HSV(B) 326.17º 0.72% 0.51% -
XYZ 11.87 6.89 10.38 -
YUV 71.15 138.64 170.69 -
System Red Green Blue C M Y K H S L
Decimal 131 37 90 0 0.72 0.31 0.49 326.17 0.56 0.33
Hex 83 25 5A 0 48 1F 31 146 38 21
Octal 203 45 132 0 110 37 61 506 70 41
Binary 10000011 100101 1011010 0 1001000 11111 110001 101000110 111000 100001

Color Harmonies of #83255A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83255A

Black with #83255A

Text Example


Text Example

White with #83255A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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