Html Css Color HEX #832630 Shiraz

📋 copy color: '#832630'

red 131 ◦ green 38 ◦ blue 48

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

Shades of Shiraz #832630

Tints of Shiraz #832630

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 22.12%

R = 60.37%
G = 17.51%
B = 22.12%

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

#832630 (or 0x832630) is known color: Shiraz. HEX triplet: 83, 26 and 30. RGB value is (131,38,48). Sum of RGB (Red+Green+Blue) = 131+38+48=217 (28% of max value = 765). Red value is 131 (51.56% from 255 or 60.37% from 217); Green value is 38 (15.23% from 255 or 17.51% from 217); Blue value is 48 (19.14% from 255 or 22.12% from 217); Max value from RGB is 131 - color contains mainly: red. Hex color #832630 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832630 is #7CD9CF. Grayscale: #434343. Windows color (decimal): -8182224 or 3155587. OLE color: 3155587.

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

Color convert

RGB 131 38 48 -
CMYK 0 0.71 0.63 0.49
HSL 353.55º 0.55% 0.33% -
HSV(B) 353.55º 0.71% 0.51% -
XYZ 10.59 6.42 3.48 -
YUV 66.95 117.31 173.69 -
System Red Green Blue C M Y K H S L
Decimal 131 38 48 0 0.71 0.63 0.49 353.55 0.55 0.33
Hex 83 26 30 0 47 3F 31 162 37 21
Octal 203 46 60 0 107 77 61 542 67 41
Binary 10000011 100110 110000 0 1000111 111111 110001 101100010 110111 100001

Color Harmonies of #832630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832630

Black with #832630

Text Example


Text Example

White with #832630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832630; }

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

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

background-color css

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

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

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

border-color css

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

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

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