Html Css Color HEX #83263A Shiraz

📋 copy color: '#83263A'

red 131 ◦ green 38 ◦ blue 58

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

Shades of Shiraz #83263A

Tints of Shiraz #83263A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.74%

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

R = 57.71%
G = 16.74%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.56

 K value IS 0.49

RGB Variations

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

Color information

#83263A (or 0x83263A) is known color: Shiraz. HEX triplet: 83, 26 and 3A. RGB value is (131,38,58). Sum of RGB (Red+Green+Blue) = 131+38+58=227 (30% of max value = 765). Red value is 131 (51.56% from 255 or 57.71% from 227); Green value is 38 (15.23% from 255 or 16.74% from 227); Blue value is 58 (23.05% from 255 or 25.55% from 227); Max value from RGB is 131 - color contains mainly: red. Hex color #83263A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83263A is #7CD9C5. Grayscale: #444444. Windows color (decimal): -8182214 or 3810947. OLE color: 3810947.

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

Color convert

RGB 131 38 58 -
CMYK 0 0.71 0.56 0.49
HSL 347.1º 0.55% 0.33% -
HSV(B) 347.1º 0.71% 0.51% -
XYZ 10.82 6.52 4.69 -
YUV 68.09 122.31 172.87 -
System Red Green Blue C M Y K H S L
Decimal 131 38 58 0 0.71 0.56 0.49 347.1 0.55 0.33
Hex 83 26 3A 0 47 38 31 15B 37 21
Octal 203 46 72 0 107 70 61 533 67 41
Binary 10000011 100110 111010 0 1000111 111000 110001 101011011 110111 100001

Color Harmonies of #83263A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83263A

Black with #83263A

Text Example


Text Example

White with #83263A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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