Html Css Color HEX #832350 Rose Bud Cherry

📋 copy color: '#832350'

red 131 ◦ green 35 ◦ blue 80

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

Shades of Rose Bud Cherry #832350

Tints of Rose Bud Cherry #832350

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.23%

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

R = 53.25%
G = 14.23%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.39

 K value IS 0.49

RGB Variations

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

Color information

#832350 (or 0x832350) is known color: Rose Bud Cherry. HEX triplet: 83, 23 and 50. RGB value is (131,35,80). Sum of RGB (Red+Green+Blue) = 131+35+80=246 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.25% from 246); Green value is 35 (14.06% from 255 or 14.23% from 246); Blue value is 80 (31.64% from 255 or 32.52% from 246); Max value from RGB is 131 - color contains mainly: red. Hex color #832350 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832350 is #7CDCAF. Grayscale: #444444. Windows color (decimal): -8182960 or 5251971. OLE color: 5251971.

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

Color convert

RGB 131 35 80 -
CMYK 0 0.73 0.39 0.49
HSL 331.88º 0.58% 0.33% -
HSV(B) 331.88º 0.73% 0.51% -
XYZ 11.41 6.61 8.26 -
YUV 68.83 134.3 172.34 -
System Red Green Blue C M Y K H S L
Decimal 131 35 80 0 0.73 0.39 0.49 331.88 0.58 0.33
Hex 83 23 50 0 49 27 31 14C 3A 21
Octal 203 43 120 0 111 47 61 514 72 41
Binary 10000011 100011 1010000 0 1001001 100111 110001 101001100 111010 100001

Color Harmonies of #832350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832350

Black with #832350

Text Example


Text Example

White with #832350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832350; }

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

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

background-color css

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

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

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

border-color css

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

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

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