Html Css Color HEX #83213F Shiraz

📋 copy color: '#83213F'

red 131 ◦ green 33 ◦ blue 63

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

Shades of Shiraz #83213F

Tints of Shiraz #83213F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.54%

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

R = 57.71%
G = 14.54%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.52

 K value IS 0.49

RGB Variations

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

Color information

#83213F (or 0x83213F) is known color: Shiraz. HEX triplet: 83, 21 and 3F. RGB value is (131,33,63). Sum of RGB (Red+Green+Blue) = 131+33+63=227 (30% of max value = 765). Red value is 131 (51.56% from 255 or 57.71% from 227); Green value is 33 (13.28% from 255 or 14.54% from 227); Blue value is 63 (25% from 255 or 27.75% from 227); Max value from RGB is 131 - color contains mainly: red. Hex color #83213F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83213F is #7CDEC0. Grayscale: #414141. Windows color (decimal): -8183489 or 4137347. OLE color: 4137347.

HSL color Cylindrical-coordinate representation of color #83213F: hue angle of 341.63º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #83213F is Cyan = 0, Magento = 0.75, Yellow = 0.52 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 33 63 -
CMYK 0 0.75 0.52 0.49
HSL 341.63º 0.6% 0.32% -
HSV(B) 341.63º 0.75% 0.51% -
XYZ 10.8 6.27 5.34 -
YUV 65.72 126.47 174.56 -
System Red Green Blue C M Y K H S L
Decimal 131 33 63 0 0.75 0.52 0.49 341.63 0.6 0.32
Hex 83 21 3F 0 4B 34 31 156 3C 20
Octal 203 41 77 0 113 64 61 526 74 40
Binary 10000011 100001 111111 0 1001011 110100 110001 101010110 111100 100000

Color Harmonies of #83213F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83213F

Black with #83213F

Text Example


Text Example

White with #83213F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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