Html Css Color HEX #83243A Shiraz

📋 copy color: '#83243A'

red 131 ◦ green 36 ◦ blue 58

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

Shades of Shiraz #83243A

Tints of Shiraz #83243A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16%

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

R = 58.22%
G = 16%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.56

 K value IS 0.49

RGB Variations

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

Color information

#83243A (or 0x83243A) is known color: Shiraz. HEX triplet: 83, 24 and 3A. RGB value is (131,36,58). Sum of RGB (Red+Green+Blue) = 131+36+58=225 (29% of max value = 765). Red value is 131 (51.56% from 255 or 58.22% from 225); Green value is 36 (14.45% from 255 or 16% from 225); Blue value is 58 (23.05% from 255 or 25.78% from 225); Max value from RGB is 131 - color contains mainly: red. Hex color #83243A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83243A is #7CDBC5. Grayscale: #424242. Windows color (decimal): -8182726 or 3810435. OLE color: 3810435.

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

Color convert

RGB 131 36 58 -
CMYK 0 0.73 0.56 0.49
HSL 346.11º 0.57% 0.33% -
HSV(B) 346.11º 0.73% 0.51% -
XYZ 10.75 6.39 4.67 -
YUV 66.91 122.97 173.71 -
System Red Green Blue C M Y K H S L
Decimal 131 36 58 0 0.73 0.56 0.49 346.11 0.57 0.33
Hex 83 24 3A 0 49 38 31 15A 39 21
Octal 203 44 72 0 111 70 61 532 71 41
Binary 10000011 100100 111010 0 1001001 111000 110001 101011010 111001 100001

Color Harmonies of #83243A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83243A

Black with #83243A

Text Example


Text Example

White with #83243A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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