Html Css Color HEX #841D2F Scarlett

📋 copy color: '#841D2F'

red 132 ◦ green 29 ◦ blue 47

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

Shades of Scarlett #841D2F

Tints of Scarlett #841D2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 22.6%

R = 63.46%
G = 13.94%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#841D2F (or 0x841D2F) is known color: Scarlett. HEX triplet: 84, 1D and 2F. RGB value is (132,29,47). Sum of RGB (Red+Green+Blue) = 132+29+47=208 (27% of max value = 765). Red value is 132 (51.95% from 255 or 63.46% from 208); Green value is 29 (11.72% from 255 or 13.94% from 208); Blue value is 47 (18.75% from 255 or 22.60% from 208); Max value from RGB is 132 - color contains mainly: red. Hex color #841D2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #841D2F is #7BE2D0. Grayscale: #3D3D3D. Windows color (decimal): -8118993 or 3087748. OLE color: 3087748.

HSL color Cylindrical-coordinate representation of color #841D2F: hue angle of 349.51º 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 #841D2F is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 29 47 -
CMYK 0 0.78 0.64 0.48
HSL 349.51º 0.64% 0.32% -
HSV(B) 349.51º 0.78% 0.52% -
XYZ 10.47 5.99 3.29 -
YUV 61.85 119.62 178.04 -
System Red Green Blue C M Y K H S L
Decimal 132 29 47 0 0.78 0.64 0.48 349.51 0.64 0.32
Hex 84 1D 2F 0 4E 40 30 15E 40 20
Octal 204 35 57 0 116 100 60 536 100 40
Binary 10000100 11101 101111 0 1001110 1000000 110000 101011110 1000000 100000

Color Harmonies of #841D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841D2F

Black with #841D2F

Text Example


Text Example

White with #841D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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