Html Css Color HEX #832534 Shiraz

📋 copy color: '#832534'

red 131 ◦ green 37 ◦ blue 52

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

Shades of Shiraz #832534

Tints of Shiraz #832534

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.82%

 BLUE value IS 52 (20.7% from 255) = 23.64%

R = 59.55%
G = 16.82%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#832534 (or 0x832534) is known color: Shiraz. HEX triplet: 83, 25 and 34. RGB value is (131,37,52). Sum of RGB (Red+Green+Blue) = 131+37+52=220 (29% of max value = 765). Red value is 131 (51.56% from 255 or 59.55% from 220); Green value is 37 (14.84% from 255 or 16.82% from 220); Blue value is 52 (20.70% from 255 or 23.64% from 220); Max value from RGB is 131 - color contains mainly: red. Hex color #832534 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832534 is #7CDACB. Grayscale: #424242. Windows color (decimal): -8182476 or 3417475. OLE color: 3417475.

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

Color convert

RGB 131 37 52 -
CMYK 0 0.72 0.60 0.49
HSL 350.43º 0.56% 0.33% -
HSV(B) 350.43º 0.72% 0.51% -
XYZ 10.64 6.4 3.92 -
YUV 66.82 119.64 173.78 -
System Red Green Blue C M Y K H S L
Decimal 131 37 52 0 0.72 0.60 0.49 350.43 0.56 0.33
Hex 83 25 34 0 48 3C 31 15E 38 21
Octal 203 45 64 0 110 74 61 536 70 41
Binary 10000011 100101 110100 0 1001000 111100 110001 101011110 111000 100001

Color Harmonies of #832534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832534

Black with #832534

Text Example


Text Example

White with #832534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832534; }

 p { color: rgb(131,37,52); }

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

background-color css

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

 a { background-color: rgb(131,37,52); }

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

border-color css

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

 span { border-color: rgb(131,37,52); }

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