Html Css Color HEX #82213C Shiraz

📋 copy color: '#82213C'

red 130 ◦ green 33 ◦ blue 60

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

Shades of Shiraz #82213C

Tints of Shiraz #82213C

RGB

 RED value IS 130 (51.17% from 255) = 58.3%

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

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

R = 58.3%
G = 14.8%
B = 26.91%

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

#82213C (or 0x82213C) is known color: Shiraz. HEX triplet: 82, 21 and 3C. RGB value is (130,33,60). Sum of RGB (Red+Green+Blue) = 130+33+60=223 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.30% from 223); Green value is 33 (13.28% from 255 or 14.80% from 223); Blue value is 60 (23.83% from 255 or 26.91% from 223); Max value from RGB is 130 - color contains mainly: red. Hex color #82213C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82213C is #7DDEC3. Grayscale: #414141. Windows color (decimal): -8249028 or 3940738. OLE color: 3940738.

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

Color convert

RGB 130 33 60 -
CMYK 0 0.75 0.54 0.49
HSL 343.3º 0.6% 0.32% -
HSV(B) 343.3º 0.75% 0.51% -
XYZ 10.57 6.16 4.91 -
YUV 65.08 125.14 174.3 -
System Red Green Blue C M Y K H S L
Decimal 130 33 60 0 0.75 0.54 0.49 343.3 0.6 0.32
Hex 82 21 3C 0 4B 36 31 157 3C 20
Octal 202 41 74 0 113 66 61 527 74 40
Binary 10000010 100001 111100 0 1001011 110110 110001 101010111 111100 100000

Color Harmonies of #82213C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82213C

Black with #82213C

Text Example


Text Example

White with #82213C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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