Html Css Color HEX #82213D Shiraz

📋 copy color: '#82213D'

red 130 ◦ green 33 ◦ blue 61

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

Shades of Shiraz #82213D

Tints of Shiraz #82213D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 27.23%

R = 58.04%
G = 14.73%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#82213D (or 0x82213D) is known color: Shiraz. HEX triplet: 82, 21 and 3D. RGB value is (130,33,61). Sum of RGB (Red+Green+Blue) = 130+33+61=224 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.04% from 224); Green value is 33 (13.28% from 255 or 14.73% from 224); Blue value is 61 (24.22% from 255 or 27.23% from 224); Max value from RGB is 130 - color contains mainly: red. Hex color #82213D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82213D is #7DDEC2. Grayscale: #414141. Windows color (decimal): -8249027 or 4006274. OLE color: 4006274.

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

Color convert

RGB 130 33 61 -
CMYK 0 0.75 0.53 0.49
HSL 342.68º 0.6% 0.32% -
HSV(B) 342.68º 0.75% 0.51% -
XYZ 10.59 6.17 5.05 -
YUV 65.2 125.64 174.22 -
System Red Green Blue C M Y K H S L
Decimal 130 33 61 0 0.75 0.53 0.49 342.68 0.6 0.32
Hex 82 21 3D 0 4B 35 31 157 3C 20
Octal 202 41 75 0 113 65 61 527 74 40
Binary 10000010 100001 111101 0 1001011 110101 110001 101010111 111100 100000

Color Harmonies of #82213D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82213D

Black with #82213D

Text Example


Text Example

White with #82213D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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