Html Css Color HEX #841D28 Scarlett

📋 copy color: '#841D28'

red 132 ◦ green 29 ◦ blue 40

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

Shades of Scarlett #841D28

Tints of Scarlett #841D28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 19.9%

R = 65.67%
G = 14.43%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.70

 K value IS 0.48

RGB Variations

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

Color information

#841D28 (or 0x841D28) is known color: Scarlett. HEX triplet: 84, 1D and 28. RGB value is (132,29,40). Sum of RGB (Red+Green+Blue) = 132+29+40=201 (26% of max value = 765). Red value is 132 (51.95% from 255 or 65.67% from 201); Green value is 29 (11.72% from 255 or 14.43% from 201); Blue value is 40 (16.02% from 255 or 19.90% from 201); Max value from RGB is 132 - color contains mainly: red. Hex color #841D28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #841D28 is #7BE2D7. Grayscale: #3D3D3D. Windows color (decimal): -8119000 or 2628996. OLE color: 2628996.

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

Color convert

RGB 132 29 40 -
CMYK 0 0.78 0.70 0.48
HSL 353.59º 0.64% 0.32% -
HSV(B) 353.59º 0.78% 0.52% -
XYZ 10.34 5.94 2.61 -
YUV 61.05 116.12 178.61 -
System Red Green Blue C M Y K H S L
Decimal 132 29 40 0 0.78 0.70 0.48 353.59 0.64 0.32
Hex 84 1D 28 0 4E 46 30 162 40 20
Octal 204 35 50 0 116 106 60 542 100 40
Binary 10000100 11101 101000 0 1001110 1000110 110000 101100010 1000000 100000

Color Harmonies of #841D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841D28

Black with #841D28

Text Example


Text Example

White with #841D28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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