Html Css Color HEX #832632 Shiraz

📋 copy color: '#832632'

red 131 ◦ green 38 ◦ blue 50

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

Shades of Shiraz #832632

Tints of Shiraz #832632

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.35%

 BLUE value IS 50 (19.92% from 255) = 22.83%

R = 59.82%
G = 17.35%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#832632 (or 0x832632) is known color: Shiraz. HEX triplet: 83, 26 and 32. RGB value is (131,38,50). Sum of RGB (Red+Green+Blue) = 131+38+50=219 (29% of max value = 765). Red value is 131 (51.56% from 255 or 59.82% from 219); Green value is 38 (15.23% from 255 or 17.35% from 219); Blue value is 50 (19.92% from 255 or 22.83% from 219); Max value from RGB is 131 - color contains mainly: red. Hex color #832632 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832632 is #7CD9CD. Grayscale: #434343. Windows color (decimal): -8182222 or 3286659. OLE color: 3286659.

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

Color convert

RGB 131 38 50 -
CMYK 0 0.71 0.62 0.49
HSL 352.26º 0.55% 0.33% -
HSV(B) 352.26º 0.71% 0.51% -
XYZ 10.63 6.44 3.7 -
YUV 67.18 118.31 173.52 -
System Red Green Blue C M Y K H S L
Decimal 131 38 50 0 0.71 0.62 0.49 352.26 0.55 0.33
Hex 83 26 32 0 47 3E 31 160 37 21
Octal 203 46 62 0 107 76 61 540 67 41
Binary 10000011 100110 110010 0 1000111 111110 110001 101100000 110111 100001

Color Harmonies of #832632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832632

Black with #832632

Text Example


Text Example

White with #832632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832632; }

 p { color: rgb(131,38,50); }

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

background-color css

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

 a { background-color: rgb(131,38,50); }

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

border-color css

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

 span { border-color: rgb(131,38,50); }

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