Html Css Color HEX #84113B Scarlett

📋 copy color: '#84113B'

red 132 ◦ green 17 ◦ blue 59

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

Shades of Scarlett #84113B

Tints of Scarlett #84113B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.17%

 BLUE value IS 59 (23.44% from 255) = 28.37%

R = 63.46%
G = 8.17%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.55

 K value IS 0.48

RGB Variations

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

Color information

#84113B (or 0x84113B) is known color: Scarlett. HEX triplet: 84, 11 and 3B. RGB value is (132,17,59). Sum of RGB (Red+Green+Blue) = 132+17+59=208 (27% of max value = 765). Red value is 132 (51.95% from 255 or 63.46% from 208); Green value is 17 (7.03% from 255 or 8.17% from 208); Blue value is 59 (23.44% from 255 or 28.37% from 208); Max value from RGB is 132 - color contains mainly: red. Hex color #84113B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84113B is #7BEEC4. Grayscale: #383838. Windows color (decimal): -8122053 or 3871108. OLE color: 3871108.

HSL color Cylindrical-coordinate representation of color #84113B: hue angle of 338.09º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #84113B is Cyan = 0, Magento = 0.87, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 17 59 -
CMYK 0 0.87 0.55 0.48
HSL 338.09º 0.77% 0.29% -
HSV(B) 338.09º 0.87% 0.52% -
XYZ 10.51 5.62 4.67 -
YUV 56.17 129.6 182.08 -
System Red Green Blue C M Y K H S L
Decimal 132 17 59 0 0.87 0.55 0.48 338.09 0.77 0.29
Hex 84 11 3B 0 57 37 30 152 4D 1D
Octal 204 21 73 0 127 67 60 522 115 35
Binary 10000100 10001 111011 0 1010111 110111 110000 101010010 1001101 11101

Color Harmonies of #84113B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84113B

Black with #84113B

Text Example


Text Example

White with #84113B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84113B; }

 p { color: rgb(132,17,59); }

 H1.HeaderClassName
 {
   color: #84113B;
 }
 .AnyTagClassName
 {
   color: #84113B;
 }
</style>

background-color css

<style>
 a { background-color: #84113B; }

 a { background-color: rgb(132,17,59); }

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

border-color css

<style>
 span { border-color: #84113B; }

 span { border-color: rgb(132,17,59); }

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