Html Css Color HEX #83203F Shiraz

📋 copy color: '#83203F'

red 131 ◦ green 32 ◦ blue 63

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

Shades of Shiraz #83203F

Tints of Shiraz #83203F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 27.88%

R = 57.96%
G = 14.16%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.52

 K value IS 0.49

RGB Variations

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

Color information

#83203F (or 0x83203F) is known color: Shiraz. HEX triplet: 83, 20 and 3F. RGB value is (131,32,63). Sum of RGB (Red+Green+Blue) = 131+32+63=226 (29% of max value = 765). Red value is 131 (51.56% from 255 or 57.96% from 226); Green value is 32 (12.89% from 255 or 14.16% from 226); Blue value is 63 (25% from 255 or 27.88% from 226); Max value from RGB is 131 - color contains mainly: red. Hex color #83203F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83203F is #7CDFC0. Grayscale: #414141. Windows color (decimal): -8183745 or 4137091. OLE color: 4137091.

HSL color Cylindrical-coordinate representation of color #83203F: hue angle of 341.21º 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 #83203F is Cyan = 0, Magento = 0.76, Yellow = 0.52 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 32 63 -
CMYK 0 0.76 0.52 0.49
HSL 341.21º 0.61% 0.32% -
HSV(B) 341.21º 0.76% 0.51% -
XYZ 10.77 6.22 5.33 -
YUV 65.14 126.8 174.98 -
System Red Green Blue C M Y K H S L
Decimal 131 32 63 0 0.76 0.52 0.49 341.21 0.61 0.32
Hex 83 20 3F 0 4C 34 31 155 3D 20
Octal 203 40 77 0 114 64 61 525 75 40
Binary 10000011 100000 111111 0 1001100 110100 110001 101010101 111101 100000

Color Harmonies of #83203F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83203F

Black with #83203F

Text Example


Text Example

White with #83203F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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