Html Css Color HEX #841438 Scarlett

📋 copy color: '#841438'

red 132 ◦ green 20 ◦ blue 56

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

Shades of Scarlett #841438

Tints of Scarlett #841438

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 26.92%

R = 63.46%
G = 9.62%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.58

 K value IS 0.48

RGB Variations

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

Color information

#841438 (or 0x841438) is known color: Scarlett. HEX triplet: 84, 14 and 38. RGB value is (132,20,56). Sum of RGB (Red+Green+Blue) = 132+20+56=208 (27% of max value = 765). Red value is 132 (51.95% from 255 or 63.46% from 208); Green value is 20 (8.20% from 255 or 9.62% from 208); Blue value is 56 (22.27% from 255 or 26.92% from 208); Max value from RGB is 132 - color contains mainly: red. Hex color #841438 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #841438 is #7BEBC7. Grayscale: #393939. Windows color (decimal): -8121288 or 3675268. OLE color: 3675268.

HSL color Cylindrical-coordinate representation of color #841438: hue angle of 340.71º 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 #841438 is Cyan = 0, Magento = 0.85, Yellow = 0.58 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 20 56 -
CMYK 0 0.85 0.58 0.48
HSL 340.71º 0.74% 0.3% -
HSV(B) 340.71º 0.85% 0.52% -
XYZ 10.48 5.69 4.29 -
YUV 57.59 127.11 181.07 -
System Red Green Blue C M Y K H S L
Decimal 132 20 56 0 0.85 0.58 0.48 340.71 0.74 0.3
Hex 84 14 38 0 55 3A 30 155 4A 1E
Octal 204 24 70 0 125 72 60 525 112 36
Binary 10000100 10100 111000 0 1010101 111010 110000 101010101 1001010 11110

Color Harmonies of #841438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841438

Black with #841438

Text Example


Text Example

White with #841438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841438; }

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

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

background-color css

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

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

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

border-color css

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

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

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