Html Css Color HEX #83273A Shiraz

📋 copy color: '#83273A'

red 131 ◦ green 39 ◦ blue 58

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

Shades of Shiraz #83273A

Tints of Shiraz #83273A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.11%

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

R = 57.46%
G = 17.11%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.56

 K value IS 0.49

RGB Variations

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

Color information

#83273A (or 0x83273A) is known color: Shiraz. HEX triplet: 83, 27 and 3A. RGB value is (131,39,58). Sum of RGB (Red+Green+Blue) = 131+39+58=228 (30% of max value = 765). Red value is 131 (51.56% from 255 or 57.46% from 228); Green value is 39 (15.62% from 255 or 17.11% from 228); Blue value is 58 (23.05% from 255 or 25.44% from 228); Max value from RGB is 131 - color contains mainly: red. Hex color #83273A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83273A is #7CD8C5. Grayscale: #444444. Windows color (decimal): -8181958 or 3811203. OLE color: 3811203.

HSL color Cylindrical-coordinate representation of color #83273A: hue angle of 347.61º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #83273A is Cyan = 0, Magento = 0.70, Yellow = 0.56 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 39 58 -
CMYK 0 0.70 0.56 0.49
HSL 347.61º 0.54% 0.33% -
HSV(B) 347.61º 0.7% 0.51% -
XYZ 10.85 6.58 4.7 -
YUV 68.67 121.98 172.46 -
System Red Green Blue C M Y K H S L
Decimal 131 39 58 0 0.70 0.56 0.49 347.61 0.54 0.33
Hex 83 27 3A 0 46 38 31 15C 36 21
Octal 203 47 72 0 106 70 61 534 66 41
Binary 10000011 100111 111010 0 1000110 111000 110001 101011100 110110 100001

Color Harmonies of #83273A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83273A

Black with #83273A

Text Example


Text Example

White with #83273A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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