Html Css Color HEX #841F2D Scarlett

📋 copy color: '#841F2D'

red 132 ◦ green 31 ◦ blue 45

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

Shades of Scarlett #841F2D

Tints of Scarlett #841F2D

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.9%

 BLUE value IS 45 (17.97% from 255) = 21.63%

R = 63.46%
G = 14.9%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.66

 K value IS 0.48

RGB Variations

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

Color information

#841F2D (or 0x841F2D) is known color: Scarlett. HEX triplet: 84, 1F and 2D. RGB value is (132,31,45). Sum of RGB (Red+Green+Blue) = 132+31+45=208 (27% of max value = 765). Red value is 132 (51.95% from 255 or 63.46% from 208); Green value is 31 (12.5% from 255 or 14.90% from 208); Blue value is 45 (17.97% from 255 or 21.63% from 208); Max value from RGB is 132 - color contains mainly: red. Hex color #841F2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #841F2D is #7BE0D2. Grayscale: #3E3E3E. Windows color (decimal): -8118483 or 2957188. OLE color: 2957188.

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

Color convert

RGB 132 31 45 -
CMYK 0 0.77 0.66 0.48
HSL 351.68º 0.62% 0.32% -
HSV(B) 351.68º 0.77% 0.52% -
XYZ 10.48 6.07 3.1 -
YUV 62.8 117.96 177.36 -
System Red Green Blue C M Y K H S L
Decimal 132 31 45 0 0.77 0.66 0.48 351.68 0.62 0.32
Hex 84 1F 2D 0 4D 42 30 160 3E 20
Octal 204 37 55 0 115 102 60 540 76 40
Binary 10000100 11111 101101 0 1001101 1000010 110000 101100000 111110 100000

Color Harmonies of #841F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841F2D

Black with #841F2D

Text Example


Text Example

White with #841F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,31,45); }

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

background-color css

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

 a { background-color: rgb(132,31,45); }

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

border-color css

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

 span { border-color: rgb(132,31,45); }

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