Html Css Color HEX #83243C Shiraz

📋 copy color: '#83243C'

red 131 ◦ green 36 ◦ blue 60

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

Shades of Shiraz #83243C

Tints of Shiraz #83243C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 26.43%

R = 57.71%
G = 15.86%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.54

 K value IS 0.49

RGB Variations

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

Color information

#83243C (or 0x83243C) is known color: Shiraz. HEX triplet: 83, 24 and 3C. RGB value is (131,36,60). Sum of RGB (Red+Green+Blue) = 131+36+60=227 (30% of max value = 765). Red value is 131 (51.56% from 255 or 57.71% from 227); Green value is 36 (14.45% from 255 or 15.86% from 227); Blue value is 60 (23.83% from 255 or 26.43% from 227); Max value from RGB is 131 - color contains mainly: red. Hex color #83243C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83243C is #7CDBC3. Grayscale: #434343. Windows color (decimal): -8182724 or 3941507. OLE color: 3941507.

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

Color convert

RGB 131 36 60 -
CMYK 0 0.73 0.54 0.49
HSL 344.84º 0.57% 0.33% -
HSV(B) 344.84º 0.73% 0.51% -
XYZ 10.81 6.41 4.94 -
YUV 67.14 123.97 173.55 -
System Red Green Blue C M Y K H S L
Decimal 131 36 60 0 0.73 0.54 0.49 344.84 0.57 0.33
Hex 83 24 3C 0 49 36 31 159 39 21
Octal 203 44 74 0 111 66 61 531 71 41
Binary 10000011 100100 111100 0 1001001 110110 110001 101011001 111001 100001

Color Harmonies of #83243C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83243C

Black with #83243C

Text Example


Text Example

White with #83243C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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