Html Css Color HEX #821B29 Scarlett

📋 copy color: '#821B29'

red 130 ◦ green 27 ◦ blue 41

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

Shades of Scarlett #821B29

Tints of Scarlett #821B29

RGB

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

 GREEN value IS 27 (10.94% from 255) = 13.64%

 BLUE value IS 41 (16.41% from 255) = 20.71%

R = 65.66%
G = 13.64%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#821B29 (or 0x821B29) is known color: Scarlett. HEX triplet: 82, 1B and 29. RGB value is (130,27,41). Sum of RGB (Red+Green+Blue) = 130+27+41=198 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65.66% from 198); Green value is 27 (10.94% from 255 or 13.64% from 198); Blue value is 41 (16.41% from 255 or 20.71% from 198); Max value from RGB is 130 - color contains mainly: red. Hex color #821B29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #821B29 is #7DE4D6. Grayscale: #3B3B3B. Windows color (decimal): -8250583 or 2694018. OLE color: 2694018.

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

Color convert

RGB 130 27 41 -
CMYK 0 0.79 0.68 0.49
HSL 351.84º 0.66% 0.31% -
HSV(B) 351.84º 0.79% 0.51% -
XYZ 10 5.69 2.67 -
YUV 59.39 117.62 178.36 -
System Red Green Blue C M Y K H S L
Decimal 130 27 41 0 0.79 0.68 0.49 351.84 0.66 0.31
Hex 82 1B 29 0 4F 44 31 160 42 1F
Octal 202 33 51 0 117 104 61 540 102 37
Binary 10000010 11011 101001 0 1001111 1000100 110001 101100000 1000010 11111

Color Harmonies of #821B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821B29

Black with #821B29

Text Example


Text Example

White with #821B29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,27,41); }

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

background-color css

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

 a { background-color: rgb(130,27,41); }

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

border-color css

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

 span { border-color: rgb(130,27,41); }

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