Html Css Color HEX #83203B Shiraz

📋 copy color: '#83203B'

red 131 ◦ green 32 ◦ blue 59

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

Shades of Shiraz #83203B

Tints of Shiraz #83203B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.41%

 BLUE value IS 59 (23.44% from 255) = 26.58%

R = 59.01%
G = 14.41%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.55

 K value IS 0.49

RGB Variations

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

Color information

#83203B (or 0x83203B) is known color: Shiraz. HEX triplet: 83, 20 and 3B. RGB value is (131,32,59). Sum of RGB (Red+Green+Blue) = 131+32+59=222 (29% of max value = 765). Red value is 131 (51.56% from 255 or 59.01% from 222); Green value is 32 (12.89% from 255 or 14.41% from 222); Blue value is 59 (23.44% from 255 or 26.58% from 222); Max value from RGB is 131 - color contains mainly: red. Hex color #83203B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83203B is #7CDFC4. Grayscale: #404040. Windows color (decimal): -8183749 or 3874947. OLE color: 3874947.

HSL color Cylindrical-coordinate representation of color #83203B: hue angle of 343.64º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #83203B is Cyan = 0, Magento = 0.76, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 32 59 -
CMYK 0 0.76 0.55 0.49
HSL 343.64º 0.61% 0.32% -
HSV(B) 343.64º 0.76% 0.51% -
XYZ 10.67 6.17 4.77 -
YUV 64.68 124.8 175.3 -
System Red Green Blue C M Y K H S L
Decimal 131 32 59 0 0.76 0.55 0.49 343.64 0.61 0.32
Hex 83 20 3B 0 4C 37 31 158 3D 20
Octal 203 40 73 0 114 67 61 530 75 40
Binary 10000011 100000 111011 0 1001100 110111 110001 101011000 111101 100000

Color Harmonies of #83203B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83203B

Black with #83203B

Text Example


Text Example

White with #83203B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83203B; }

 p { color: rgb(131,32,59); }

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

background-color css

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

 a { background-color: rgb(131,32,59); }

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

border-color css

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

 span { border-color: rgb(131,32,59); }

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