Html Css Color HEX #83213C Shiraz

📋 copy color: '#83213C'

red 131 ◦ green 33 ◦ blue 60

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

Shades of Shiraz #83213C

Tints of Shiraz #83213C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.73%

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

R = 58.48%
G = 14.73%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.54

 K value IS 0.49

RGB Variations

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

Color information

#83213C (or 0x83213C) is known color: Shiraz. HEX triplet: 83, 21 and 3C. RGB value is (131,33,60). Sum of RGB (Red+Green+Blue) = 131+33+60=224 (29% of max value = 765). Red value is 131 (51.56% from 255 or 58.48% from 224); Green value is 33 (13.28% from 255 or 14.73% from 224); Blue value is 60 (23.83% from 255 or 26.79% from 224); Max value from RGB is 131 - color contains mainly: red. Hex color #83213C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83213C is #7CDEC3. Grayscale: #414141. Windows color (decimal): -8183492 or 3940739. OLE color: 3940739.

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

Color convert

RGB 131 33 60 -
CMYK 0 0.75 0.54 0.49
HSL 343.47º 0.6% 0.32% -
HSV(B) 343.47º 0.75% 0.51% -
XYZ 10.72 6.24 4.91 -
YUV 65.38 124.97 174.8 -
System Red Green Blue C M Y K H S L
Decimal 131 33 60 0 0.75 0.54 0.49 343.47 0.6 0.32
Hex 83 21 3C 0 4B 36 31 157 3C 20
Octal 203 41 74 0 113 66 61 527 74 40
Binary 10000011 100001 111100 0 1001011 110110 110001 101010111 111100 100000

Color Harmonies of #83213C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83213C

Black with #83213C

Text Example


Text Example

White with #83213C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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