Html Css Color HEX #841928 Scarlett

📋 copy color: '#841928'

red 132 ◦ green 25 ◦ blue 40

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

Shades of Scarlett #841928

Tints of Scarlett #841928

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.69%

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

R = 67.01%
G = 12.69%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.70

 K value IS 0.48

RGB Variations

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

Color information

#841928 (or 0x841928) is known color: Scarlett. HEX triplet: 84, 19 and 28. RGB value is (132,25,40). Sum of RGB (Red+Green+Blue) = 132+25+40=197 (26% of max value = 765). Red value is 132 (51.95% from 255 or 67.01% from 197); Green value is 25 (10.16% from 255 or 12.69% from 197); Blue value is 40 (16.02% from 255 or 20.30% from 197); Max value from RGB is 132 - color contains mainly: red. Hex color #841928 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #841928 is #7BE6D7. Grayscale: #3A3A3A. Windows color (decimal): -8120024 or 2627972. OLE color: 2627972.

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

Color convert

RGB 132 25 40 -
CMYK 0 0.81 0.70 0.48
HSL 351.59º 0.68% 0.31% -
HSV(B) 351.59º 0.81% 0.52% -
XYZ 10.25 5.75 2.58 -
YUV 58.7 117.45 180.28 -
System Red Green Blue C M Y K H S L
Decimal 132 25 40 0 0.81 0.70 0.48 351.59 0.68 0.31
Hex 84 19 28 0 51 46 30 160 44 1F
Octal 204 31 50 0 121 106 60 540 104 37
Binary 10000100 11001 101000 0 1010001 1000110 110000 101100000 1000100 11111

Color Harmonies of #841928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841928

Black with #841928

Text Example


Text Example

White with #841928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841928; }

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

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

background-color css

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

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

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

border-color css

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

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

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