Html Css Color HEX #821E3D Shiraz

📋 copy color: '#821E3D'

red 130 ◦ green 30 ◦ blue 61

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

Shades of Shiraz #821E3D

Tints of Shiraz #821E3D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 13.57%

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

R = 58.82%
G = 13.57%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#821E3D (or 0x821E3D) is known color: Shiraz. HEX triplet: 82, 1E and 3D. RGB value is (130,30,61). Sum of RGB (Red+Green+Blue) = 130+30+61=221 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.82% from 221); Green value is 30 (12.11% from 255 or 13.57% from 221); Blue value is 61 (24.22% from 255 or 27.60% from 221); Max value from RGB is 130 - color contains mainly: red. Hex color #821E3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #821E3D is #7DE1C2. Grayscale: #3F3F3F. Windows color (decimal): -8249795 or 4005506. OLE color: 4005506.

HSL color Cylindrical-coordinate representation of color #821E3D: hue angle of 341.4º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #821E3D is Cyan = 0, Magento = 0.77, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 30 61 -
CMYK 0 0.77 0.53 0.49
HSL 341.4º 0.63% 0.31% -
HSV(B) 341.4º 0.77% 0.51% -
XYZ 10.51 6.01 5.02 -
YUV 63.43 126.63 175.48 -
System Red Green Blue C M Y K H S L
Decimal 130 30 61 0 0.77 0.53 0.49 341.4 0.63 0.31
Hex 82 1E 3D 0 4D 35 31 155 3E 1F
Octal 202 36 75 0 115 65 61 525 76 37
Binary 10000010 11110 111101 0 1001101 110101 110001 101010101 111110 11111

Color Harmonies of #821E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821E3D

Black with #821E3D

Text Example


Text Example

White with #821E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821E3D; }

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

 H1.HeaderClassName
 {
   color: #821E3D;
 }
 .AnyTagClassName
 {
   color: #821E3D;
 }
</style>

background-color css

<style>
 a { background-color: #821E3D; }

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

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

border-color css

<style>
 span { border-color: #821E3D; }

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

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