Html Css Color HEX #83243E Shiraz

📋 copy color: '#83243E'

red 131 ◦ green 36 ◦ blue 62

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

Shades of Shiraz #83243E

Tints of Shiraz #83243E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 27.07%

R = 57.21%
G = 15.72%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#83243E (or 0x83243E) is known color: Shiraz. HEX triplet: 83, 24 and 3E. RGB value is (131,36,62). Sum of RGB (Red+Green+Blue) = 131+36+62=229 (30% of max value = 765). Red value is 131 (51.56% from 255 or 57.21% from 229); Green value is 36 (14.45% from 255 or 15.72% from 229); Blue value is 62 (24.61% from 255 or 27.07% from 229); Max value from RGB is 131 - color contains mainly: red. Hex color #83243E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83243E is #7CDBC1. Grayscale: #434343. Windows color (decimal): -8182722 or 4072579. OLE color: 4072579.

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

Color convert

RGB 131 36 62 -
CMYK 0 0.73 0.53 0.49
HSL 343.58º 0.57% 0.33% -
HSV(B) 343.58º 0.73% 0.51% -
XYZ 10.86 6.43 5.23 -
YUV 67.37 124.97 173.39 -
System Red Green Blue C M Y K H S L
Decimal 131 36 62 0 0.73 0.53 0.49 343.58 0.57 0.33
Hex 83 24 3E 0 49 35 31 158 39 21
Octal 203 44 76 0 111 65 61 530 71 41
Binary 10000011 100100 111110 0 1001001 110101 110001 101011000 111001 100001

Color Harmonies of #83243E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83243E

Black with #83243E

Text Example


Text Example

White with #83243E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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