Html Css Color HEX #86152F Scarlett

📋 copy color: '#86152F'

red 134 ◦ green 21 ◦ blue 47

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

Shades of Scarlett #86152F

Tints of Scarlett #86152F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 23.27%

R = 66.34%
G = 10.4%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.65

 K value IS 0.47

RGB Variations

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

Color information

#86152F (or 0x86152F) is known color: Scarlett. HEX triplet: 86, 15 and 2F. RGB value is (134,21,47). Sum of RGB (Red+Green+Blue) = 134+21+47=202 (26% of max value = 765). Red value is 134 (52.73% from 255 or 66.34% from 202); Green value is 21 (8.59% from 255 or 10.40% from 202); Blue value is 47 (18.75% from 255 or 23.27% from 202); Max value from RGB is 134 - color contains mainly: red. Hex color #86152F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86152F is #79EAD0. Grayscale: #393939. Windows color (decimal): -7989969 or 3085702. OLE color: 3085702.

HSL color Cylindrical-coordinate representation of color #86152F: hue angle of 346.19º 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 #86152F is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 21 47 -
CMYK 0 0.84 0.65 0.47
HSL 346.19º 0.73% 0.3% -
HSV(B) 346.19º 0.84% 0.53% -
XYZ 10.61 5.81 3.25 -
YUV 57.75 121.94 182.39 -
System Red Green Blue C M Y K H S L
Decimal 134 21 47 0 0.84 0.65 0.47 346.19 0.73 0.3
Hex 86 15 2F 0 54 41 2F 15A 49 1E
Octal 206 25 57 0 124 101 57 532 111 36
Binary 10000110 10101 101111 0 1010100 1000001 101111 101011010 1001001 11110

Color Harmonies of #86152F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86152F

Black with #86152F

Text Example


Text Example

White with #86152F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86152F; }

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

 H1.HeaderClassName
 {
   color: #86152F;
 }
 .AnyTagClassName
 {
   color: #86152F;
 }
</style>

background-color css

<style>
 a { background-color: #86152F; }

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

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

border-color css

<style>
 span { border-color: #86152F; }

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

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