Html Css Color HEX #84212D Scarlett

📋 copy color: '#84212D'

red 132 ◦ green 33 ◦ blue 45

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

Shades of Scarlett #84212D

Tints of Scarlett #84212D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.71%

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

R = 62.86%
G = 15.71%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.66

 K value IS 0.48

RGB Variations

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

Color information

#84212D (or 0x84212D) is known color: Scarlett. HEX triplet: 84, 21 and 2D. RGB value is (132,33,45). Sum of RGB (Red+Green+Blue) = 132+33+45=210 (27% of max value = 765). Red value is 132 (51.95% from 255 or 62.86% from 210); Green value is 33 (13.28% from 255 or 15.71% from 210); Blue value is 45 (17.97% from 255 or 21.43% from 210); Max value from RGB is 132 - color contains mainly: red. Hex color #84212D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84212D is #7BDED2. Grayscale: #404040. Windows color (decimal): -8117971 or 2957700. OLE color: 2957700.

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

Color convert

RGB 132 33 45 -
CMYK 0 0.75 0.66 0.48
HSL 352.73º 0.6% 0.32% -
HSV(B) 352.73º 0.75% 0.52% -
XYZ 10.53 6.18 3.12 -
YUV 63.97 117.3 176.52 -
System Red Green Blue C M Y K H S L
Decimal 132 33 45 0 0.75 0.66 0.48 352.73 0.6 0.32
Hex 84 21 2D 0 4B 42 30 161 3C 20
Octal 204 41 55 0 113 102 60 541 74 40
Binary 10000100 100001 101101 0 1001011 1000010 110000 101100001 111100 100000

Color Harmonies of #84212D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84212D

Black with #84212D

Text Example


Text Example

White with #84212D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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