Html Css Color HEX #821826 Scarlett

📋 copy color: '#821826'

red 130 ◦ green 24 ◦ blue 38

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

Shades of Scarlett #821826

Tints of Scarlett #821826

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.5%

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

R = 67.71%
G = 12.5%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.71

 K value IS 0.49

RGB Variations

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

Color information

#821826 (or 0x821826) is known color: Scarlett. HEX triplet: 82, 18 and 26. RGB value is (130,24,38). Sum of RGB (Red+Green+Blue) = 130+24+38=192 (25% of max value = 765). Red value is 130 (51.17% from 255 or 67.71% from 192); Green value is 24 (9.77% from 255 or 12.5% from 192); Blue value is 38 (15.23% from 255 or 19.79% from 192); Max value from RGB is 130 - color contains mainly: red. Hex color #821826 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821826 is #7DE7D9. Grayscale: #393939. Windows color (decimal): -8251354 or 2496642. OLE color: 2496642.

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

Color convert

RGB 130 24 38 -
CMYK 0 0.82 0.71 0.49
HSL 352.08º 0.69% 0.3% -
HSV(B) 352.08º 0.82% 0.51% -
XYZ 9.88 5.54 2.38 -
YUV 57.29 117.12 179.86 -
System Red Green Blue C M Y K H S L
Decimal 130 24 38 0 0.82 0.71 0.49 352.08 0.69 0.3
Hex 82 18 26 0 52 47 31 160 45 1E
Octal 202 30 46 0 122 107 61 540 105 36
Binary 10000010 11000 100110 0 1010010 1000111 110001 101100000 1000101 11110

Color Harmonies of #821826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821826

Black with #821826

Text Example


Text Example

White with #821826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821826; }

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

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

background-color css

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

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

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

border-color css

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

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

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