Html Css Color HEX #821E2D Scarlett

📋 copy color: '#821E2D'

red 130 ◦ green 30 ◦ blue 45

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

Shades of Scarlett #821E2D

Tints of Scarlett #821E2D

RGB

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

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

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

R = 63.41%
G = 14.63%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.65

 K value IS 0.49

RGB Variations

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

Color information

#821E2D (or 0x821E2D) is known color: Scarlett. HEX triplet: 82, 1E and 2D. RGB value is (130,30,45). Sum of RGB (Red+Green+Blue) = 130+30+45=205 (27% of max value = 765). Red value is 130 (51.17% from 255 or 63.41% from 205); Green value is 30 (12.11% from 255 or 14.63% from 205); Blue value is 45 (17.97% from 255 or 21.95% from 205); Max value from RGB is 130 - color contains mainly: red. Hex color #821E2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #821E2D is #7DE1D2. Grayscale: #3D3D3D. Windows color (decimal): -8249811 or 2956930. OLE color: 2956930.

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

Color convert

RGB 130 30 45 -
CMYK 0 0.77 0.65 0.49
HSL 351º 0.63% 0.31% -
HSV(B) 351º 0.77% 0.51% -
XYZ 10.14 5.86 3.08 -
YUV 61.61 118.63 176.78 -
System Red Green Blue C M Y K H S L
Decimal 130 30 45 0 0.77 0.65 0.49 351 0.63 0.31
Hex 82 1E 2D 0 4D 41 31 15F 3E 1F
Octal 202 36 55 0 115 101 61 537 76 37
Binary 10000010 11110 101101 0 1001101 1000001 110001 101011111 111110 11111

Color Harmonies of #821E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821E2D

Black with #821E2D

Text Example


Text Example

White with #821E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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