Html Css Color HEX #832835 Shiraz

📋 copy color: '#832835'

red 131 ◦ green 40 ◦ blue 53

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

Shades of Shiraz #832835

Tints of Shiraz #832835

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.86%

 BLUE value IS 53 (21.09% from 255) = 23.66%

R = 58.48%
G = 17.86%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#832835 (or 0x832835) is known color: Shiraz. HEX triplet: 83, 28 and 35. RGB value is (131,40,53). Sum of RGB (Red+Green+Blue) = 131+40+53=224 (29% of max value = 765). Red value is 131 (51.56% from 255 or 58.48% from 224); Green value is 40 (16.02% from 255 or 17.86% from 224); Blue value is 53 (21.09% from 255 or 23.66% from 224); Max value from RGB is 131 - color contains mainly: red. Hex color #832835 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832835 is #7CD7CA. Grayscale: #444444. Windows color (decimal): -8181707 or 3483779. OLE color: 3483779.

HSL color Cylindrical-coordinate representation of color #832835: hue angle of 351.43º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #832835 is Cyan = 0, Magento = 0.69, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 40 53 -
CMYK 0 0.69 0.60 0.49
HSL 351.43º 0.53% 0.34% -
HSV(B) 351.43º 0.69% 0.51% -
XYZ 10.76 6.6 4.07 -
YUV 68.69 119.15 172.44 -
System Red Green Blue C M Y K H S L
Decimal 131 40 53 0 0.69 0.60 0.49 351.43 0.53 0.34
Hex 83 28 35 0 45 3C 31 15F 35 22
Octal 203 50 65 0 105 74 61 537 65 42
Binary 10000011 101000 110101 0 1000101 111100 110001 101011111 110101 100010

Color Harmonies of #832835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832835

Black with #832835

Text Example


Text Example

White with #832835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832835; }

 p { color: rgb(131,40,53); }

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

background-color css

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

 a { background-color: rgb(131,40,53); }

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

border-color css

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

 span { border-color: rgb(131,40,53); }

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