Html Css Color HEX #83283C Shiraz

📋 copy color: '#83283C'

red 131 ◦ green 40 ◦ blue 60

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

Shades of Shiraz #83283C

Tints of Shiraz #83283C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.32%

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

R = 56.71%
G = 17.32%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.54

 K value IS 0.49

RGB Variations

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

Color information

#83283C (or 0x83283C) is known color: Shiraz. HEX triplet: 83, 28 and 3C. RGB value is (131,40,60). Sum of RGB (Red+Green+Blue) = 131+40+60=231 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.71% from 231); Green value is 40 (16.02% from 255 or 17.32% from 231); Blue value is 60 (23.83% from 255 or 25.97% from 231); Max value from RGB is 131 - color contains mainly: red. Hex color #83283C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83283C is #7CD7C3. Grayscale: #454545. Windows color (decimal): -8181700 or 3942531. OLE color: 3942531.

HSL color Cylindrical-coordinate representation of color #83283C: hue angle of 346.81º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #83283C is Cyan = 0, Magento = 0.69, Yellow = 0.54 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 40 60 -
CMYK 0 0.69 0.54 0.49
HSL 346.81º 0.53% 0.34% -
HSV(B) 346.81º 0.69% 0.51% -
XYZ 10.93 6.67 4.99 -
YUV 69.49 122.65 171.87 -
System Red Green Blue C M Y K H S L
Decimal 131 40 60 0 0.69 0.54 0.49 346.81 0.53 0.34
Hex 83 28 3C 0 45 36 31 15B 35 22
Octal 203 50 74 0 105 66 61 533 65 42
Binary 10000011 101000 111100 0 1000101 110110 110001 101011011 110101 100010

Color Harmonies of #83283C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83283C

Black with #83283C

Text Example


Text Example

White with #83283C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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