Html Css Color HEX #83283A Shiraz

📋 copy color: '#83283A'

red 131 ◦ green 40 ◦ blue 58

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

Shades of Shiraz #83283A

Tints of Shiraz #83283A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.47%

 BLUE value IS 58 (23.05% from 255) = 25.33%

R = 57.21%
G = 17.47%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.56

 K value IS 0.49

RGB Variations

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

Color information

#83283A (or 0x83283A) is known color: Shiraz. HEX triplet: 83, 28 and 3A. RGB value is (131,40,58). Sum of RGB (Red+Green+Blue) = 131+40+58=229 (30% of max value = 765). Red value is 131 (51.56% from 255 or 57.21% from 229); Green value is 40 (16.02% from 255 or 17.47% from 229); Blue value is 58 (23.05% from 255 or 25.33% from 229); Max value from RGB is 131 - color contains mainly: red. Hex color #83283A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83283A is #7CD7C5. Grayscale: #454545. Windows color (decimal): -8181702 or 3811459. OLE color: 3811459.

HSL color Cylindrical-coordinate representation of color #83283A: hue angle of 348.13º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #83283A is Cyan = 0, Magento = 0.69, Yellow = 0.56 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 40 58 -
CMYK 0 0.69 0.56 0.49
HSL 348.13º 0.53% 0.34% -
HSV(B) 348.13º 0.69% 0.51% -
XYZ 10.88 6.65 4.71 -
YUV 69.26 121.65 172.04 -
System Red Green Blue C M Y K H S L
Decimal 131 40 58 0 0.69 0.56 0.49 348.13 0.53 0.34
Hex 83 28 3A 0 45 38 31 15C 35 22
Octal 203 50 72 0 105 70 61 534 65 42
Binary 10000011 101000 111010 0 1000101 111000 110001 101011100 110101 100010

Color Harmonies of #83283A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83283A

Black with #83283A

Text Example


Text Example

White with #83283A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83283A; }

 p { color: rgb(131,40,58); }

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

background-color css

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

 a { background-color: rgb(131,40,58); }

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

border-color css

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

 span { border-color: rgb(131,40,58); }

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