Html Css Color HEX #84103A Scarlett

📋 copy color: '#84103A'

red 132 ◦ green 16 ◦ blue 58

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

Shades of Scarlett #84103A

Tints of Scarlett #84103A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.77%

 BLUE value IS 58 (23.05% from 255) = 28.16%

R = 64.08%
G = 7.77%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.56

 K value IS 0.48

RGB Variations

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

Color information

#84103A (or 0x84103A) is known color: Scarlett. HEX triplet: 84, 10 and 3A. RGB value is (132,16,58). Sum of RGB (Red+Green+Blue) = 132+16+58=206 (27% of max value = 765). Red value is 132 (51.95% from 255 or 64.08% from 206); Green value is 16 (6.64% from 255 or 7.77% from 206); Blue value is 58 (23.05% from 255 or 28.16% from 206); Max value from RGB is 132 - color contains mainly: red. Hex color #84103A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84103A is #7BEFC5. Grayscale: #373737. Windows color (decimal): -8122310 or 3805316. OLE color: 3805316.

HSL color Cylindrical-coordinate representation of color #84103A: hue angle of 338.28º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #84103A is Cyan = 0, Magento = 0.88, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 16 58 -
CMYK 0 0.88 0.56 0.48
HSL 338.28º 0.78% 0.29% -
HSV(B) 338.28º 0.88% 0.52% -
XYZ 10.46 5.58 4.53 -
YUV 55.47 129.43 182.58 -
System Red Green Blue C M Y K H S L
Decimal 132 16 58 0 0.88 0.56 0.48 338.28 0.78 0.29
Hex 84 10 3A 0 58 38 30 152 4E 1D
Octal 204 20 72 0 130 70 60 522 116 35
Binary 10000100 10000 111010 0 1011000 111000 110000 101010010 1001110 11101

Color Harmonies of #84103A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84103A

Black with #84103A

Text Example


Text Example

White with #84103A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84103A; }

 p { color: rgb(132,16,58); }

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

background-color css

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

 a { background-color: rgb(132,16,58); }

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

border-color css

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

 span { border-color: rgb(132,16,58); }

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