Html Css Color HEX #86153A Scarlett

📋 copy color: '#86153A'

red 134 ◦ green 21 ◦ blue 58

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

Shades of Scarlett #86153A

Tints of Scarlett #86153A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.86%

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

R = 62.91%
G = 9.86%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.57

 K value IS 0.47

RGB Variations

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

Color information

#86153A (or 0x86153A) is known color: Scarlett. HEX triplet: 86, 15 and 3A. RGB value is (134,21,58). Sum of RGB (Red+Green+Blue) = 134+21+58=213 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.91% from 213); Green value is 21 (8.59% from 255 or 9.86% from 213); Blue value is 58 (23.05% from 255 or 27.23% from 213); Max value from RGB is 134 - color contains mainly: red. Hex color #86153A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86153A is #79EAC5. Grayscale: #3A3A3A. Windows color (decimal): -7989958 or 3806598. OLE color: 3806598.

HSL color Cylindrical-coordinate representation of color #86153A: hue angle of 340.35º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #86153A is Cyan = 0, Magento = 0.84, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 21 58 -
CMYK 0 0.84 0.57 0.47
HSL 340.35º 0.73% 0.3% -
HSV(B) 340.35º 0.84% 0.53% -
XYZ 10.86 5.91 4.57 -
YUV 59.01 127.44 181.49 -
System Red Green Blue C M Y K H S L
Decimal 134 21 58 0 0.84 0.57 0.47 340.35 0.73 0.3
Hex 86 15 3A 0 54 39 2F 154 49 1E
Octal 206 25 72 0 124 71 57 524 111 36
Binary 10000110 10101 111010 0 1010100 111001 101111 101010100 1001001 11110

Color Harmonies of #86153A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86153A

Black with #86153A

Text Example


Text Example

White with #86153A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,21,58); }

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

background-color css

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

 a { background-color: rgb(134,21,58); }

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

border-color css

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

 span { border-color: rgb(134,21,58); }

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