Html Css Color HEX #84222D Scarlett

📋 copy color: '#84222D'

red 132 ◦ green 34 ◦ blue 45

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

Shades of Scarlett #84222D

Tints of Scarlett #84222D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.11%

 BLUE value IS 45 (17.97% from 255) = 21.33%

R = 62.56%
G = 16.11%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.66

 K value IS 0.48

RGB Variations

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

Color information

#84222D (or 0x84222D) is known color: Scarlett. HEX triplet: 84, 22 and 2D. RGB value is (132,34,45). Sum of RGB (Red+Green+Blue) = 132+34+45=211 (27% of max value = 765). Red value is 132 (51.95% from 255 or 62.56% from 211); Green value is 34 (13.67% from 255 or 16.11% from 211); Blue value is 45 (17.97% from 255 or 21.33% from 211); Max value from RGB is 132 - color contains mainly: red. Hex color #84222D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84222D is #7BDDD2. Grayscale: #404040. Windows color (decimal): -8117715 or 2957956. OLE color: 2957956.

HSL color Cylindrical-coordinate representation of color #84222D: hue angle of 353.27º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #84222D is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 34 45 -
CMYK 0 0.74 0.66 0.48
HSL 353.27º 0.59% 0.33% -
HSV(B) 353.27º 0.74% 0.52% -
XYZ 10.56 6.24 3.13 -
YUV 64.56 116.97 176.11 -
System Red Green Blue C M Y K H S L
Decimal 132 34 45 0 0.74 0.66 0.48 353.27 0.59 0.33
Hex 84 22 2D 0 4A 42 30 161 3B 21
Octal 204 42 55 0 112 102 60 541 73 41
Binary 10000100 100010 101101 0 1001010 1000010 110000 101100001 111011 100001

Color Harmonies of #84222D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84222D

Black with #84222D

Text Example


Text Example

White with #84222D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84222D; }

 p { color: rgb(132,34,45); }

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

background-color css

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

 a { background-color: rgb(132,34,45); }

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

border-color css

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

 span { border-color: rgb(132,34,45); }

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