Html Css Color HEX #82212D Scarlett

📋 copy color: '#82212D'

red 130 ◦ green 33 ◦ blue 45

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

Shades of Scarlett #82212D

Tints of Scarlett #82212D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 21.63%

R = 62.5%
G = 15.87%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.65

 K value IS 0.49

RGB Variations

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

Color information

#82212D (or 0x82212D) is known color: Scarlett. HEX triplet: 82, 21 and 2D. RGB value is (130,33,45). Sum of RGB (Red+Green+Blue) = 130+33+45=208 (27% of max value = 765). Red value is 130 (51.17% from 255 or 62.5% from 208); Green value is 33 (13.28% from 255 or 15.87% from 208); Blue value is 45 (17.97% from 255 or 21.63% from 208); Max value from RGB is 130 - color contains mainly: red. Hex color #82212D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82212D is #7DDED2. Grayscale: #3F3F3F. Windows color (decimal): -8249043 or 2957698. OLE color: 2957698.

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

Color convert

RGB 130 33 45 -
CMYK 0 0.75 0.65 0.49
HSL 352.58º 0.6% 0.32% -
HSV(B) 352.58º 0.75% 0.51% -
XYZ 10.22 6.02 3.11 -
YUV 63.37 117.64 175.52 -
System Red Green Blue C M Y K H S L
Decimal 130 33 45 0 0.75 0.65 0.49 352.58 0.6 0.32
Hex 82 21 2D 0 4B 41 31 161 3C 20
Octal 202 41 55 0 113 101 61 541 74 40
Binary 10000010 100001 101101 0 1001011 1000001 110001 101100001 111100 100000

Color Harmonies of #82212D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82212D

Black with #82212D

Text Example


Text Example

White with #82212D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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