Html Css Color HEX #832C35 Shiraz

📋 copy color: '#832C35'

red 131 ◦ green 44 ◦ blue 53

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

Shades of Shiraz #832C35

Tints of Shiraz #832C35

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.3%

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

R = 57.46%
G = 19.3%
B = 23.25%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#832C35 (or 0x832C35) is known color: Shiraz. HEX triplet: 83, 2C and 35. RGB value is (131,44,53). Sum of RGB (Red+Green+Blue) = 131+44+53=228 (30% of max value = 765). Red value is 131 (51.56% from 255 or 57.46% from 228); Green value is 44 (17.58% from 255 or 19.30% from 228); Blue value is 53 (21.09% from 255 or 23.25% from 228); Max value from RGB is 131 - color contains mainly: red. Hex color #832C35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832C35 is #7CD3CA. Grayscale: #474747. Windows color (decimal): -8180683 or 3484803. OLE color: 3484803.

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

Color convert

RGB 131 44 53 -
CMYK 0 0.66 0.60 0.49
HSL 353.79º 0.5% 0.34% -
HSV(B) 353.79º 0.66% 0.51% -
XYZ 10.9 6.88 4.12 -
YUV 71.04 117.82 170.77 -
System Red Green Blue C M Y K H S L
Decimal 131 44 53 0 0.66 0.60 0.49 353.79 0.5 0.34
Hex 83 2C 35 0 42 3C 31 162 32 22
Octal 203 54 65 0 102 74 61 542 62 42
Binary 10000011 101100 110101 0 1000010 111100 110001 101100010 110010 100010

Color Harmonies of #832C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832C35

Black with #832C35

Text Example


Text Example

White with #832C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832C35; }

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

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

background-color css

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

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

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

border-color css

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

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

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