Html Css Color HEX #841428 Scarlett

📋 copy color: '#841428'

red 132 ◦ green 20 ◦ blue 40

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

Shades of Scarlett #841428

Tints of Scarlett #841428

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.42%

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

R = 68.75%
G = 10.42%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.70

 K value IS 0.48

RGB Variations

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

Color information

#841428 (or 0x841428) is known color: Scarlett. HEX triplet: 84, 14 and 28. RGB value is (132,20,40). Sum of RGB (Red+Green+Blue) = 132+20+40=192 (25% of max value = 765). Red value is 132 (51.95% from 255 or 68.75% from 192); Green value is 20 (8.20% from 255 or 10.42% from 192); Blue value is 40 (16.02% from 255 or 20.83% from 192); Max value from RGB is 132 - color contains mainly: red. Hex color #841428 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #841428 is #7BEBD7. Grayscale: #373737. Windows color (decimal): -8121304 or 2626692. OLE color: 2626692.

HSL color Cylindrical-coordinate representation of color #841428: hue angle of 349.29º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #841428 is Cyan = 0, Magento = 0.85, Yellow = 0.70 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 20 40 -
CMYK 0 0.85 0.70 0.48
HSL 349.29º 0.74% 0.3% -
HSV(B) 349.29º 0.85% 0.52% -
XYZ 10.15 5.56 2.55 -
YUV 55.77 119.11 182.37 -
System Red Green Blue C M Y K H S L
Decimal 132 20 40 0 0.85 0.70 0.48 349.29 0.74 0.3
Hex 84 14 28 0 55 46 30 15D 4A 1E
Octal 204 24 50 0 125 106 60 535 112 36
Binary 10000100 10100 101000 0 1010101 1000110 110000 101011101 1001010 11110

Color Harmonies of #841428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841428

Black with #841428

Text Example


Text Example

White with #841428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841428; }

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

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

background-color css

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

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

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

border-color css

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

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

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