Html Css Color HEX #83263B Shiraz

📋 copy color: '#83263B'

red 131 ◦ green 38 ◦ blue 59

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

Shades of Shiraz #83263B

Tints of Shiraz #83263B

RGB

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

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

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

R = 57.46%
G = 16.67%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.55

 K value IS 0.49

RGB Variations

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

Color information

#83263B (or 0x83263B) is known color: Shiraz. HEX triplet: 83, 26 and 3B. RGB value is (131,38,59). Sum of RGB (Red+Green+Blue) = 131+38+59=228 (30% of max value = 765). Red value is 131 (51.56% from 255 or 57.46% from 228); Green value is 38 (15.23% from 255 or 16.67% from 228); Blue value is 59 (23.44% from 255 or 25.88% from 228); Max value from RGB is 131 - color contains mainly: red. Hex color #83263B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83263B is #7CD9C4. Grayscale: #444444. Windows color (decimal): -8182213 or 3876483. OLE color: 3876483.

HSL color Cylindrical-coordinate representation of color #83263B: hue angle of 346.45º 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 #83263B is Cyan = 0, Magento = 0.71, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 38 59 -
CMYK 0 0.71 0.55 0.49
HSL 346.45º 0.55% 0.33% -
HSV(B) 346.45º 0.71% 0.51% -
XYZ 10.84 6.53 4.83 -
YUV 68.2 122.81 172.79 -
System Red Green Blue C M Y K H S L
Decimal 131 38 59 0 0.71 0.55 0.49 346.45 0.55 0.33
Hex 83 26 3B 0 47 37 31 15A 37 21
Octal 203 46 73 0 107 67 61 532 67 41
Binary 10000011 100110 111011 0 1000111 110111 110001 101011010 110111 100001

Color Harmonies of #83263B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83263B

Black with #83263B

Text Example


Text Example

White with #83263B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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