Html Css Color HEX #832234 Shiraz

📋 copy color: '#832234'

red 131 ◦ green 34 ◦ blue 52

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

Shades of Shiraz #832234

Tints of Shiraz #832234

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.67%

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

R = 60.37%
G = 15.67%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#832234 (or 0x832234) is known color: Shiraz. HEX triplet: 83, 22 and 34. RGB value is (131,34,52). Sum of RGB (Red+Green+Blue) = 131+34+52=217 (28% of max value = 765). Red value is 131 (51.56% from 255 or 60.37% from 217); Green value is 34 (13.67% from 255 or 15.67% from 217); Blue value is 52 (20.70% from 255 or 23.96% from 217); Max value from RGB is 131 - color contains mainly: red. Hex color #832234 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832234 is #7CDDCB. Grayscale: #414141. Windows color (decimal): -8183244 or 3416707. OLE color: 3416707.

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

Color convert

RGB 131 34 52 -
CMYK 0 0.74 0.60 0.49
HSL 348.87º 0.59% 0.32% -
HSV(B) 348.87º 0.74% 0.51% -
XYZ 10.55 6.22 3.89 -
YUV 65.06 120.64 175.04 -
System Red Green Blue C M Y K H S L
Decimal 131 34 52 0 0.74 0.60 0.49 348.87 0.59 0.32
Hex 83 22 34 0 4A 3C 31 15D 3B 20
Octal 203 42 64 0 112 74 61 535 73 40
Binary 10000011 100010 110100 0 1001010 111100 110001 101011101 111011 100000

Color Harmonies of #832234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832234

Black with #832234

Text Example


Text Example

White with #832234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832234; }

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

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

background-color css

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

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

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

border-color css

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

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

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