Html Css Color HEX #820B3E Tyrian Purple

📋 copy color: '#820B3E'

red 130 ◦ green 11 ◦ blue 62

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

Shades of Tyrian Purple #820B3E

Tints of Tyrian Purple #820B3E

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.42%

 BLUE value IS 62 (24.61% from 255) = 30.54%

R = 64.04%
G = 5.42%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.52

 K value IS 0.49

RGB Variations

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

Color information

#820B3E (or 0x820B3E) is known color: Tyrian Purple. HEX triplet: 82, 0B and 3E. RGB value is (130,11,62). Sum of RGB (Red+Green+Blue) = 130+11+62=203 (26% of max value = 765). Red value is 130 (51.17% from 255 or 64.04% from 203); Green value is 11 (4.69% from 255 or 5.42% from 203); Blue value is 62 (24.61% from 255 or 30.54% from 203); Max value from RGB is 130 - color contains mainly: red. Hex color #820B3E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820B3E is #7DF4C1. Grayscale: #343434. Windows color (decimal): -8254658 or 4066178. OLE color: 4066178.

HSL color Cylindrical-coordinate representation of color #820B3E: hue angle of 334.29º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #820B3E is Cyan = 0, Magento = 0.92, Yellow = 0.52 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 11 62 -
CMYK 0 0.92 0.52 0.49
HSL 334.29º 0.84% 0.28% -
HSV(B) 334.29º 0.92% 0.51% -
XYZ 10.2 5.33 5.05 -
YUV 52.4 133.42 183.35 -
System Red Green Blue C M Y K H S L
Decimal 130 11 62 0 0.92 0.52 0.49 334.29 0.84 0.28
Hex 82 B 3E 0 5C 34 31 14E 54 1C
Octal 202 13 76 0 134 64 61 516 124 34
Binary 10000010 1011 111110 0 1011100 110100 110001 101001110 1010100 11100

Color Harmonies of #820B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820B3E

Black with #820B3E

Text Example


Text Example

White with #820B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820B3E; }

 p { color: rgb(130,11,62); }

 H1.HeaderClassName
 {
   color: #820B3E;
 }
 .AnyTagClassName
 {
   color: #820B3E;
 }
</style>

background-color css

<style>
 a { background-color: #820B3E; }

 a { background-color: rgb(130,11,62); }

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

border-color css

<style>
 span { border-color: #820B3E; }

 span { border-color: rgb(130,11,62); }

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