Html Css Color HEX #832735 Shiraz

📋 copy color: '#832735'

red 131 ◦ green 39 ◦ blue 53

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

Shades of Shiraz #832735

Tints of Shiraz #832735

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.49%

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

R = 58.74%
G = 17.49%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#832735 (or 0x832735) is known color: Shiraz. HEX triplet: 83, 27 and 35. RGB value is (131,39,53). Sum of RGB (Red+Green+Blue) = 131+39+53=223 (29% of max value = 765). Red value is 131 (51.56% from 255 or 58.74% from 223); Green value is 39 (15.62% from 255 or 17.49% from 223); Blue value is 53 (21.09% from 255 or 23.77% from 223); Max value from RGB is 131 - color contains mainly: red. Hex color #832735 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832735 is #7CD8CA. Grayscale: #444444. Windows color (decimal): -8181963 or 3483523. OLE color: 3483523.

HSL color Cylindrical-coordinate representation of color #832735: hue angle of 350.87º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #832735 is Cyan = 0, Magento = 0.70, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 39 53 -
CMYK 0 0.70 0.60 0.49
HSL 350.87º 0.54% 0.33% -
HSV(B) 350.87º 0.7% 0.51% -
XYZ 10.73 6.53 4.06 -
YUV 68.1 119.48 172.86 -
System Red Green Blue C M Y K H S L
Decimal 131 39 53 0 0.70 0.60 0.49 350.87 0.54 0.33
Hex 83 27 35 0 46 3C 31 15F 36 21
Octal 203 47 65 0 106 74 61 537 66 41
Binary 10000011 100111 110101 0 1000110 111100 110001 101011111 110110 100001

Color Harmonies of #832735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832735

Black with #832735

Text Example


Text Example

White with #832735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832735; }

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

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

background-color css

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

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

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

border-color css

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

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

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