Html Css Color HEX #821838 Scarlett

📋 copy color: '#821838'

red 130 ◦ green 24 ◦ blue 56

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

Shades of Scarlett #821838

Tints of Scarlett #821838

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 26.67%

R = 61.9%
G = 11.43%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#821838 (or 0x821838) is known color: Scarlett. HEX triplet: 82, 18 and 38. RGB value is (130,24,56). Sum of RGB (Red+Green+Blue) = 130+24+56=210 (27% of max value = 765). Red value is 130 (51.17% from 255 or 61.90% from 210); Green value is 24 (9.77% from 255 or 11.43% from 210); Blue value is 56 (22.27% from 255 or 26.67% from 210); Max value from RGB is 130 - color contains mainly: red. Hex color #821838 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821838 is #7DE7C7. Grayscale: #3B3B3B. Windows color (decimal): -8251336 or 3676290. OLE color: 3676290.

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

Color convert

RGB 130 24 56 -
CMYK 0 0.82 0.57 0.49
HSL 341.89º 0.69% 0.3% -
HSV(B) 341.89º 0.82% 0.51% -
XYZ 10.25 5.68 4.3 -
YUV 59.34 126.12 178.4 -
System Red Green Blue C M Y K H S L
Decimal 130 24 56 0 0.82 0.57 0.49 341.89 0.69 0.3
Hex 82 18 38 0 52 39 31 156 45 1E
Octal 202 30 70 0 122 71 61 526 105 36
Binary 10000010 11000 111000 0 1010010 111001 110001 101010110 1000101 11110

Color Harmonies of #821838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821838

Black with #821838

Text Example


Text Example

White with #821838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821838; }

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

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

background-color css

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

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

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

border-color css

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

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

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