Html Css Color HEX #841D2B Scarlett

📋 copy color: '#841D2B'

red 132 ◦ green 29 ◦ blue 43

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

Shades of Scarlett #841D2B

Tints of Scarlett #841D2B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 14.22%

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

R = 64.71%
G = 14.22%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.67

 K value IS 0.48

RGB Variations

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

Color information

#841D2B (or 0x841D2B) is known color: Scarlett. HEX triplet: 84, 1D and 2B. RGB value is (132,29,43). Sum of RGB (Red+Green+Blue) = 132+29+43=204 (27% of max value = 765). Red value is 132 (51.95% from 255 or 64.71% from 204); Green value is 29 (11.72% from 255 or 14.22% from 204); Blue value is 43 (17.19% from 255 or 21.08% from 204); Max value from RGB is 132 - color contains mainly: red. Hex color #841D2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #841D2B is #7BE2D4. Grayscale: #3D3D3D. Windows color (decimal): -8118997 or 2825604. OLE color: 2825604.

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

Color convert

RGB 132 29 43 -
CMYK 0 0.78 0.67 0.48
HSL 351.84º 0.64% 0.32% -
HSV(B) 351.84º 0.78% 0.52% -
XYZ 10.39 5.96 2.89 -
YUV 61.39 117.62 178.36 -
System Red Green Blue C M Y K H S L
Decimal 132 29 43 0 0.78 0.67 0.48 351.84 0.64 0.32
Hex 84 1D 2B 0 4E 43 30 160 40 20
Octal 204 35 53 0 116 103 60 540 100 40
Binary 10000100 11101 101011 0 1001110 1000011 110000 101100000 1000000 100000

Color Harmonies of #841D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841D2B

Black with #841D2B

Text Example


Text Example

White with #841D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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