Html Css Color HEX #841A2B Scarlett

📋 copy color: '#841A2B'

red 132 ◦ green 26 ◦ blue 43

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

Shades of Scarlett #841A2B

Tints of Scarlett #841A2B

RGB

 RED value IS 132 (51.95% from 255) = 65.67%

 GREEN value IS 26 (10.55% from 255) = 12.94%

 BLUE value IS 43 (17.19% from 255) = 21.39%

R = 65.67%
G = 12.94%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.67

 K value IS 0.48

RGB Variations

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

Color information

#841A2B (or 0x841A2B) is known color: Scarlett. HEX triplet: 84, 1A and 2B. RGB value is (132,26,43). Sum of RGB (Red+Green+Blue) = 132+26+43=201 (26% of max value = 765). Red value is 132 (51.95% from 255 or 65.67% from 201); Green value is 26 (10.55% from 255 or 12.94% from 201); Blue value is 43 (17.19% from 255 or 21.39% from 201); Max value from RGB is 132 - color contains mainly: red. Hex color #841A2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #841A2B is #7BE5D4. Grayscale: #3B3B3B. Windows color (decimal): -8119765 or 2824836. OLE color: 2824836.

HSL color Cylindrical-coordinate representation of color #841A2B: hue angle of 350.38º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #841A2B is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 26 43 -
CMYK 0 0.80 0.67 0.48
HSL 350.38º 0.67% 0.31% -
HSV(B) 350.38º 0.8% 0.52% -
XYZ 10.32 5.82 2.86 -
YUV 59.63 118.62 179.62 -
System Red Green Blue C M Y K H S L
Decimal 132 26 43 0 0.80 0.67 0.48 350.38 0.67 0.31
Hex 84 1A 2B 0 50 43 30 15E 43 1F
Octal 204 32 53 0 120 103 60 536 103 37
Binary 10000100 11010 101011 0 1010000 1000011 110000 101011110 1000011 11111

Color Harmonies of #841A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841A2B

Black with #841A2B

Text Example


Text Example

White with #841A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841A2B; }

 p { color: rgb(132,26,43); }

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

background-color css

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

 a { background-color: rgb(132,26,43); }

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

border-color css

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

 span { border-color: rgb(132,26,43); }

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