Html Css Color HEX #821C3B Scarlett

📋 copy color: '#821C3B'

red 130 ◦ green 28 ◦ blue 59

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

Shades of Scarlett #821C3B

Tints of Scarlett #821C3B

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.9%

 BLUE value IS 59 (23.44% from 255) = 27.19%

R = 59.91%
G = 12.9%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.55

 K value IS 0.49

RGB Variations

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

Color information

#821C3B (or 0x821C3B) is known color: Scarlett. HEX triplet: 82, 1C and 3B. RGB value is (130,28,59). Sum of RGB (Red+Green+Blue) = 130+28+59=217 (28% of max value = 765). Red value is 130 (51.17% from 255 or 59.91% from 217); Green value is 28 (11.33% from 255 or 12.90% from 217); Blue value is 59 (23.44% from 255 or 27.19% from 217); Max value from RGB is 130 - color contains mainly: red. Hex color #821C3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #821C3B is #7DE3C4. Grayscale: #3E3E3E. Windows color (decimal): -8250309 or 3873922. OLE color: 3873922.

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

Color convert

RGB 130 28 59 -
CMYK 0 0.78 0.55 0.49
HSL 341.76º 0.65% 0.31% -
HSV(B) 341.76º 0.78% 0.51% -
XYZ 10.41 5.89 4.73 -
YUV 62.03 126.29 176.48 -
System Red Green Blue C M Y K H S L
Decimal 130 28 59 0 0.78 0.55 0.49 341.76 0.65 0.31
Hex 82 1C 3B 0 4E 37 31 156 41 1F
Octal 202 34 73 0 116 67 61 526 101 37
Binary 10000010 11100 111011 0 1001110 110111 110001 101010110 1000001 11111

Color Harmonies of #821C3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821C3B

Black with #821C3B

Text Example


Text Example

White with #821C3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,28,59); }

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

background-color css

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

 a { background-color: rgb(130,28,59); }

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

border-color css

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

 span { border-color: rgb(130,28,59); }

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