Html Css Color HEX #821C34 Scarlett

📋 copy color: '#821C34'

red 130 ◦ green 28 ◦ blue 52

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

Shades of Scarlett #821C34

Tints of Scarlett #821C34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 24.76%

R = 61.9%
G = 13.33%
B = 24.76%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#821C34 (or 0x821C34) is known color: Scarlett. HEX triplet: 82, 1C and 34. RGB value is (130,28,52). Sum of RGB (Red+Green+Blue) = 130+28+52=210 (27% of max value = 765). Red value is 130 (51.17% from 255 or 61.90% from 210); Green value is 28 (11.33% from 255 or 13.33% from 210); Blue value is 52 (20.70% from 255 or 24.76% from 210); Max value from RGB is 130 - color contains mainly: red. Hex color #821C34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #821C34 is #7DE3CB. Grayscale: #3D3D3D. Windows color (decimal): -8250316 or 3415170. OLE color: 3415170.

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

Color convert

RGB 130 28 52 -
CMYK 0 0.78 0.60 0.49
HSL 345.88º 0.65% 0.31% -
HSV(B) 345.88º 0.78% 0.51% -
XYZ 10.24 5.82 3.83 -
YUV 61.23 122.79 177.05 -
System Red Green Blue C M Y K H S L
Decimal 130 28 52 0 0.78 0.60 0.49 345.88 0.65 0.31
Hex 82 1C 34 0 4E 3C 31 15A 41 1F
Octal 202 34 64 0 116 74 61 532 101 37
Binary 10000010 11100 110100 0 1001110 111100 110001 101011010 1000001 11111

Color Harmonies of #821C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821C34

Black with #821C34

Text Example


Text Example

White with #821C34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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