Html Css Color HEX #86122D Scarlett

📋 copy color: '#86122D'

red 134 ◦ green 18 ◦ blue 45

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

Shades of Scarlett #86122D

Tints of Scarlett #86122D

RGB

 RED value IS 134 (52.73% from 255) = 68.02%

 GREEN value IS 18 (7.42% from 255) = 9.14%

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

R = 68.02%
G = 9.14%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.66

 K value IS 0.47

RGB Variations

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

Color information

#86122D (or 0x86122D) is known color: Scarlett. HEX triplet: 86, 12 and 2D. RGB value is (134,18,45). Sum of RGB (Red+Green+Blue) = 134+18+45=197 (26% of max value = 765). Red value is 134 (52.73% from 255 or 68.02% from 197); Green value is 18 (7.42% from 255 or 9.14% from 197); Blue value is 45 (17.97% from 255 or 22.84% from 197); Max value from RGB is 134 - color contains mainly: red. Hex color #86122D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86122D is #79EDD2. Grayscale: #373737. Windows color (decimal): -7990739 or 2953862. OLE color: 2953862.

HSL color Cylindrical-coordinate representation of color #86122D: hue angle of 346.03º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #86122D is Cyan = 0, Magento = 0.87, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 18 45 -
CMYK 0 0.87 0.66 0.47
HSL 346.03º 0.76% 0.3% -
HSV(B) 346.03º 0.87% 0.53% -
XYZ 10.52 5.69 3.03 -
YUV 55.76 121.93 183.8 -
System Red Green Blue C M Y K H S L
Decimal 134 18 45 0 0.87 0.66 0.47 346.03 0.76 0.3
Hex 86 12 2D 0 57 42 2F 15A 4C 1E
Octal 206 22 55 0 127 102 57 532 114 36
Binary 10000110 10010 101101 0 1010111 1000010 101111 101011010 1001100 11110

Color Harmonies of #86122D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86122D

Black with #86122D

Text Example


Text Example

White with #86122D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,18,45); }

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

background-color css

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

 a { background-color: rgb(134,18,45); }

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

border-color css

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

 span { border-color: rgb(134,18,45); }

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