Html Css Color HEX #84172D Scarlett

📋 copy color: '#84172D'

red 132 ◦ green 23 ◦ blue 45

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

Shades of Scarlett #84172D

Tints of Scarlett #84172D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.5%

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

R = 66%
G = 11.5%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.66

 K value IS 0.48

RGB Variations

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

Color information

#84172D (or 0x84172D) is known color: Scarlett. HEX triplet: 84, 17 and 2D. RGB value is (132,23,45). Sum of RGB (Red+Green+Blue) = 132+23+45=200 (26% of max value = 765). Red value is 132 (51.95% from 255 or 66% from 200); Green value is 23 (9.38% from 255 or 11.5% from 200); Blue value is 45 (17.97% from 255 or 22.5% from 200); Max value from RGB is 132 - color contains mainly: red. Hex color #84172D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84172D is #7BE8D2. Grayscale: #3A3A3A. Windows color (decimal): -8120531 or 2955140. OLE color: 2955140.

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

Color convert

RGB 132 23 45 -
CMYK 0 0.83 0.66 0.48
HSL 347.89º 0.7% 0.3% -
HSV(B) 347.89º 0.83% 0.52% -
XYZ 10.3 5.71 3.04 -
YUV 58.1 120.61 180.71 -
System Red Green Blue C M Y K H S L
Decimal 132 23 45 0 0.83 0.66 0.48 347.89 0.7 0.3
Hex 84 17 2D 0 53 42 30 15C 46 1E
Octal 204 27 55 0 123 102 60 534 106 36
Binary 10000100 10111 101101 0 1010011 1000010 110000 101011100 1000110 11110

Color Harmonies of #84172D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84172D

Black with #84172D

Text Example


Text Example

White with #84172D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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