Html Css Color HEX #83243F Shiraz

📋 copy color: '#83243F'

red 131 ◦ green 36 ◦ blue 63

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

Shades of Shiraz #83243F

Tints of Shiraz #83243F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 27.39%

R = 56.96%
G = 15.65%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.52

 K value IS 0.49

RGB Variations

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

Color information

#83243F (or 0x83243F) is known color: Shiraz. HEX triplet: 83, 24 and 3F. RGB value is (131,36,63). Sum of RGB (Red+Green+Blue) = 131+36+63=230 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.96% from 230); Green value is 36 (14.45% from 255 or 15.65% from 230); Blue value is 63 (25% from 255 or 27.39% from 230); Max value from RGB is 131 - color contains mainly: red. Hex color #83243F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83243F is #7CDBC0. Grayscale: #434343. Windows color (decimal): -8182721 or 4138115. OLE color: 4138115.

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

Color convert

RGB 131 36 63 -
CMYK 0 0.73 0.52 0.49
HSL 342.95º 0.57% 0.33% -
HSV(B) 342.95º 0.73% 0.51% -
XYZ 10.89 6.45 5.37 -
YUV 67.48 125.47 173.3 -
System Red Green Blue C M Y K H S L
Decimal 131 36 63 0 0.73 0.52 0.49 342.95 0.57 0.33
Hex 83 24 3F 0 49 34 31 157 39 21
Octal 203 44 77 0 111 64 61 527 71 41
Binary 10000011 100100 111111 0 1001001 110100 110001 101010111 111001 100001

Color Harmonies of #83243F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83243F

Black with #83243F

Text Example


Text Example

White with #83243F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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