Html Css Color HEX #821A23 Scarlett

📋 copy color: '#821A23'

red 130 ◦ green 26 ◦ blue 35

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

Shades of Scarlett #821A23

Tints of Scarlett #821A23

RGB

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

 GREEN value IS 26 (10.55% from 255) = 13.61%

 BLUE value IS 35 (14.06% from 255) = 18.32%

R = 68.06%
G = 13.61%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.73

 K value IS 0.49

RGB Variations

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

Color information

#821A23 (or 0x821A23) is known color: Scarlett. HEX triplet: 82, 1A and 23. RGB value is (130,26,35). Sum of RGB (Red+Green+Blue) = 130+26+35=191 (25% of max value = 765). Red value is 130 (51.17% from 255 or 68.06% from 191); Green value is 26 (10.55% from 255 or 13.61% from 191); Blue value is 35 (14.06% from 255 or 18.32% from 191); Max value from RGB is 130 - color contains mainly: red. Hex color #821A23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #821A23 is #7DE5DC. Grayscale: #3A3A3A. Windows color (decimal): -8250845 or 2300546. OLE color: 2300546.

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

Color convert

RGB 130 26 35 -
CMYK 0 0.8 0.73 0.49
HSL 354.81º 0.67% 0.31% -
HSV(B) 354.81º 0.8% 0.51% -
XYZ 9.88 5.61 2.15 -
YUV 58.12 114.96 179.27 -
System Red Green Blue C M Y K H S L
Decimal 130 26 35 0 0.8 0.73 0.49 354.81 0.67 0.31
Hex 82 1A 23 0 50 49 31 163 43 1F
Octal 202 32 43 0 120 111 61 543 103 37
Binary 10000010 11010 100011 0 1010000 1001001 110001 101100011 1000011 11111

Color Harmonies of #821A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821A23

Black with #821A23

Text Example


Text Example

White with #821A23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,26,35); }

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

background-color css

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

 a { background-color: rgb(130,26,35); }

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

border-color css

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

 span { border-color: rgb(130,26,35); }

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