Html Css Color HEX #832150 Rose Bud Cherry

📋 copy color: '#832150'

red 131 ◦ green 33 ◦ blue 80

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

Shades of Rose Bud Cherry #832150

Tints of Rose Bud Cherry #832150

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.52%

 BLUE value IS 80 (31.64% from 255) = 32.79%

R = 53.69%
G = 13.52%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.39

 K value IS 0.49

RGB Variations

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

Color information

#832150 (or 0x832150) is known color: Rose Bud Cherry. HEX triplet: 83, 21 and 50. RGB value is (131,33,80). Sum of RGB (Red+Green+Blue) = 131+33+80=244 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.69% from 244); Green value is 33 (13.28% from 255 or 13.52% from 244); Blue value is 80 (31.64% from 255 or 32.79% from 244); Max value from RGB is 131 - color contains mainly: red. Hex color #832150 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832150 is #7CDEAF. Grayscale: #434343. Windows color (decimal): -8183472 or 5251459. OLE color: 5251459.

HSL color Cylindrical-coordinate representation of color #832150: hue angle of 331.22º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #832150 is Cyan = 0, Magento = 0.75, Yellow = 0.39 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 33 80 -
CMYK 0 0.75 0.39 0.49
HSL 331.22º 0.6% 0.32% -
HSV(B) 331.22º 0.75% 0.51% -
XYZ 11.35 6.49 8.24 -
YUV 67.66 134.97 173.18 -
System Red Green Blue C M Y K H S L
Decimal 131 33 80 0 0.75 0.39 0.49 331.22 0.6 0.32
Hex 83 21 50 0 4B 27 31 14B 3C 20
Octal 203 41 120 0 113 47 61 513 74 40
Binary 10000011 100001 1010000 0 1001011 100111 110001 101001011 111100 100000

Color Harmonies of #832150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832150

Black with #832150

Text Example


Text Example

White with #832150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832150; }

 p { color: rgb(131,33,80); }

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

background-color css

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

 a { background-color: rgb(131,33,80); }

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

border-color css

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

 span { border-color: rgb(131,33,80); }

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