Html Css Color HEX #86132C Scarlett

📋 copy color: '#86132C'

red 134 ◦ green 19 ◦ blue 44

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

Shades of Scarlett #86132C

Tints of Scarlett #86132C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.64%

 BLUE value IS 44 (17.58% from 255) = 22.34%

R = 68.02%
G = 9.64%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.67

 K value IS 0.47

RGB Variations

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

Color information

#86132C (or 0x86132C) is known color: Scarlett. HEX triplet: 86, 13 and 2C. RGB value is (134,19,44). Sum of RGB (Red+Green+Blue) = 134+19+44=197 (26% of max value = 765). Red value is 134 (52.73% from 255 or 68.02% from 197); Green value is 19 (7.81% from 255 or 9.64% from 197); Blue value is 44 (17.58% from 255 or 22.34% from 197); Max value from RGB is 134 - color contains mainly: red. Hex color #86132C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86132C is #79ECD3. Grayscale: #383838. Windows color (decimal): -7990484 or 2888582. OLE color: 2888582.

HSL color Cylindrical-coordinate representation of color #86132C: hue angle of 346.96º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #86132C is Cyan = 0, Magento = 0.86, Yellow = 0.67 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 19 44 -
CMYK 0 0.86 0.67 0.47
HSL 346.96º 0.75% 0.3% -
HSV(B) 346.96º 0.86% 0.53% -
XYZ 10.52 5.72 2.93 -
YUV 56.24 121.1 183.47 -
System Red Green Blue C M Y K H S L
Decimal 134 19 44 0 0.86 0.67 0.47 346.96 0.75 0.3
Hex 86 13 2C 0 56 43 2F 15B 4B 1E
Octal 206 23 54 0 126 103 57 533 113 36
Binary 10000110 10011 101100 0 1010110 1000011 101111 101011011 1001011 11110

Color Harmonies of #86132C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86132C

Black with #86132C

Text Example


Text Example

White with #86132C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86132C; }

 p { color: rgb(134,19,44); }

 H1.HeaderClassName
 {
   color: #86132C;
 }
 .AnyTagClassName
 {
   color: #86132C;
 }
</style>

background-color css

<style>
 a { background-color: #86132C; }

 a { background-color: rgb(134,19,44); }

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

border-color css

<style>
 span { border-color: #86132C; }

 span { border-color: rgb(134,19,44); }

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