Html Css Color HEX #841B2A Scarlett

📋 copy color: '#841B2A'

red 132 ◦ green 27 ◦ blue 42

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

Shades of Scarlett #841B2A

Tints of Scarlett #841B2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 20.9%

R = 65.67%
G = 13.43%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.68

 K value IS 0.48

RGB Variations

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

Color information

#841B2A (or 0x841B2A) is known color: Scarlett. HEX triplet: 84, 1B and 2A. RGB value is (132,27,42). Sum of RGB (Red+Green+Blue) = 132+27+42=201 (26% of max value = 765). Red value is 132 (51.95% from 255 or 65.67% from 201); Green value is 27 (10.94% from 255 or 13.43% from 201); Blue value is 42 (16.80% from 255 or 20.90% from 201); Max value from RGB is 132 - color contains mainly: red. Hex color #841B2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #841B2A is #7BE4D5. Grayscale: #3C3C3C. Windows color (decimal): -8119510 or 2759556. OLE color: 2759556.

HSL color Cylindrical-coordinate representation of color #841B2A: hue angle of 351.43º degrees, saturation: 0.66, 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 #841B2A is Cyan = 0, Magento = 0.80, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 27 42 -
CMYK 0 0.80 0.68 0.48
HSL 351.43º 0.66% 0.31% -
HSV(B) 351.43º 0.8% 0.52% -
XYZ 10.33 5.86 2.78 -
YUV 60.11 117.79 179.28 -
System Red Green Blue C M Y K H S L
Decimal 132 27 42 0 0.80 0.68 0.48 351.43 0.66 0.31
Hex 84 1B 2A 0 50 44 30 15F 42 1F
Octal 204 33 52 0 120 104 60 537 102 37
Binary 10000100 11011 101010 0 1010000 1000100 110000 101011111 1000010 11111

Color Harmonies of #841B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841B2A

Black with #841B2A

Text Example


Text Example

White with #841B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,27,42); }

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

background-color css

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

 a { background-color: rgb(132,27,42); }

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

border-color css

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

 span { border-color: rgb(132,27,42); }

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