Html Css Color HEX #832631 Shiraz

📋 copy color: '#832631'

red 131 ◦ green 38 ◦ blue 49

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

Shades of Shiraz #832631

Tints of Shiraz #832631

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 22.48%

R = 60.09%
G = 17.43%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#832631 (or 0x832631) is known color: Shiraz. HEX triplet: 83, 26 and 31. RGB value is (131,38,49). Sum of RGB (Red+Green+Blue) = 131+38+49=218 (28% of max value = 765). Red value is 131 (51.56% from 255 or 60.09% from 218); Green value is 38 (15.23% from 255 or 17.43% from 218); Blue value is 49 (19.53% from 255 or 22.48% from 218); Max value from RGB is 131 - color contains mainly: red. Hex color #832631 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832631 is #7CD9CE. Grayscale: #434343. Windows color (decimal): -8182223 or 3221123. OLE color: 3221123.

HSL color Cylindrical-coordinate representation of color #832631: hue angle of 352.9º 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 #832631 is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 38 49 -
CMYK 0 0.71 0.63 0.49
HSL 352.9º 0.55% 0.33% -
HSV(B) 352.9º 0.71% 0.51% -
XYZ 10.61 6.43 3.59 -
YUV 67.06 117.81 173.61 -
System Red Green Blue C M Y K H S L
Decimal 131 38 49 0 0.71 0.63 0.49 352.9 0.55 0.33
Hex 83 26 31 0 47 3F 31 161 37 21
Octal 203 46 61 0 107 77 61 541 67 41
Binary 10000011 100110 110001 0 1000111 111111 110001 101100001 110111 100001

Color Harmonies of #832631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832631

Black with #832631

Text Example


Text Example

White with #832631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832631; }

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

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

background-color css

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

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

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

border-color css

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

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

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