Html Css Color HEX #84192E Scarlett

📋 copy color: '#84192E'

red 132 ◦ green 25 ◦ blue 46

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

Shades of Scarlett #84192E

Tints of Scarlett #84192E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 22.66%

R = 65.02%
G = 12.32%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#84192E (or 0x84192E) is known color: Scarlett. HEX triplet: 84, 19 and 2E. RGB value is (132,25,46). Sum of RGB (Red+Green+Blue) = 132+25+46=203 (26% of max value = 765). Red value is 132 (51.95% from 255 or 65.02% from 203); Green value is 25 (10.16% from 255 or 12.32% from 203); Blue value is 46 (18.36% from 255 or 22.66% from 203); Max value from RGB is 132 - color contains mainly: red. Hex color #84192E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84192E is #7BE6D1. Grayscale: #3B3B3B. Windows color (decimal): -8120018 or 3021188. OLE color: 3021188.

HSL color Cylindrical-coordinate representation of color #84192E: hue angle of 348.22º 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 #84192E is Cyan = 0, Magento = 0.81, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 25 46 -
CMYK 0 0.81 0.65 0.48
HSL 348.22º 0.68% 0.31% -
HSV(B) 348.22º 0.81% 0.52% -
XYZ 10.36 5.8 3.16 -
YUV 59.39 120.45 179.79 -
System Red Green Blue C M Y K H S L
Decimal 132 25 46 0 0.81 0.65 0.48 348.22 0.68 0.31
Hex 84 19 2E 0 51 41 30 15C 44 1F
Octal 204 31 56 0 121 101 60 534 104 37
Binary 10000100 11001 101110 0 1010001 1000001 110000 101011100 1000100 11111

Color Harmonies of #84192E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84192E

Black with #84192E

Text Example


Text Example

White with #84192E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84192E; }

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

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

background-color css

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

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

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

border-color css

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

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

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