Html Css Color HEX #83263D Shiraz

📋 copy color: '#83263D'

red 131 ◦ green 38 ◦ blue 61

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

Shades of Shiraz #83263D

Tints of Shiraz #83263D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 26.52%

R = 56.96%
G = 16.52%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#83263D (or 0x83263D) is known color: Shiraz. HEX triplet: 83, 26 and 3D. RGB value is (131,38,61). Sum of RGB (Red+Green+Blue) = 131+38+61=230 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.96% from 230); Green value is 38 (15.23% from 255 or 16.52% from 230); Blue value is 61 (24.22% from 255 or 26.52% from 230); Max value from RGB is 131 - color contains mainly: red. Hex color #83263D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83263D is #7CD9C2. Grayscale: #444444. Windows color (decimal): -8182211 or 4007555. OLE color: 4007555.

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

Color convert

RGB 131 38 61 -
CMYK 0 0.71 0.53 0.49
HSL 345.16º 0.55% 0.33% -
HSV(B) 345.16º 0.71% 0.51% -
XYZ 10.9 6.55 5.1 -
YUV 68.43 123.81 172.63 -
System Red Green Blue C M Y K H S L
Decimal 131 38 61 0 0.71 0.53 0.49 345.16 0.55 0.33
Hex 83 26 3D 0 47 35 31 159 37 21
Octal 203 46 75 0 107 65 61 531 67 41
Binary 10000011 100110 111101 0 1000111 110101 110001 101011001 110111 100001

Color Harmonies of #83263D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83263D

Black with #83263D

Text Example


Text Example

White with #83263D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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