Html Css Color HEX #821523 Scarlett

📋 copy color: '#821523'

red 130 ◦ green 21 ◦ blue 35

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

Shades of Scarlett #821523

Tints of Scarlett #821523

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.29%

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

R = 69.89%
G = 11.29%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.73

 K value IS 0.49

RGB Variations

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

Color information

#821523 (or 0x821523) is known color: Scarlett. HEX triplet: 82, 15 and 23. RGB value is (130,21,35). Sum of RGB (Red+Green+Blue) = 130+21+35=186 (24% of max value = 765). Red value is 130 (51.17% from 255 or 69.89% from 186); Green value is 21 (8.59% from 255 or 11.29% from 186); Blue value is 35 (14.06% from 255 or 18.82% from 186); Max value from RGB is 130 - color contains mainly: red. Hex color #821523 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821523 is #7DEADC. Grayscale: #373737. Windows color (decimal): -8252125 or 2299266. OLE color: 2299266.

HSL color Cylindrical-coordinate representation of color #821523: hue angle of 352.29º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #821523 is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 21 35 -
CMYK 0 0.84 0.73 0.49
HSL 352.29º 0.72% 0.3% -
HSV(B) 352.29º 0.84% 0.51% -
XYZ 9.78 5.4 2.12 -
YUV 55.19 116.61 181.36 -
System Red Green Blue C M Y K H S L
Decimal 130 21 35 0 0.84 0.73 0.49 352.29 0.72 0.3
Hex 82 15 23 0 54 49 31 160 48 1E
Octal 202 25 43 0 124 111 61 540 110 36
Binary 10000010 10101 100011 0 1010100 1001001 110001 101100000 1001000 11110

Color Harmonies of #821523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821523

Black with #821523

Text Example


Text Example

White with #821523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821523; }

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

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

background-color css

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

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

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

border-color css

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

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

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