Html Css Color HEX #821526 Scarlett

📋 copy color: '#821526'

red 130 ◦ green 21 ◦ blue 38

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

Shades of Scarlett #821526

Tints of Scarlett #821526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 20.11%

R = 68.78%
G = 11.11%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.71

 K value IS 0.49

RGB Variations

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

Color information

#821526 (or 0x821526) is known color: Scarlett. HEX triplet: 82, 15 and 26. RGB value is (130,21,38). Sum of RGB (Red+Green+Blue) = 130+21+38=189 (25% of max value = 765). Red value is 130 (51.17% from 255 or 68.78% from 189); Green value is 21 (8.59% from 255 or 11.11% from 189); Blue value is 38 (15.23% from 255 or 20.11% from 189); Max value from RGB is 130 - color contains mainly: red. Hex color #821526 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821526 is #7DEAD9. Grayscale: #373737. Windows color (decimal): -8252122 or 2495874. OLE color: 2495874.

HSL color Cylindrical-coordinate representation of color #821526: hue angle of 350.64º 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 #821526 is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 21 38 -
CMYK 0 0.84 0.71 0.49
HSL 350.64º 0.72% 0.3% -
HSV(B) 350.64º 0.84% 0.51% -
XYZ 9.82 5.42 2.36 -
YUV 55.53 118.11 181.12 -
System Red Green Blue C M Y K H S L
Decimal 130 21 38 0 0.84 0.71 0.49 350.64 0.72 0.3
Hex 82 15 26 0 54 47 31 15F 48 1E
Octal 202 25 46 0 124 107 61 537 110 36
Binary 10000010 10101 100110 0 1010100 1000111 110001 101011111 1001000 11110

Color Harmonies of #821526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821526

Black with #821526

Text Example


Text Example

White with #821526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821526; }

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

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

background-color css

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

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

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

border-color css

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

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

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