Html Css Color HEX #861C2F Scarlett

📋 copy color: '#861C2F'

red 134 ◦ green 28 ◦ blue 47

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

Shades of Scarlett #861C2F

Tints of Scarlett #861C2F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.4%

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

R = 64.11%
G = 13.4%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.65

 K value IS 0.47

RGB Variations

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

Color information

#861C2F (or 0x861C2F) is known color: Scarlett. HEX triplet: 86, 1C and 2F. RGB value is (134,28,47). Sum of RGB (Red+Green+Blue) = 134+28+47=209 (27% of max value = 765). Red value is 134 (52.73% from 255 or 64.11% from 209); Green value is 28 (11.33% from 255 or 13.40% from 209); Blue value is 47 (18.75% from 255 or 22.49% from 209); Max value from RGB is 134 - color contains mainly: red. Hex color #861C2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #861C2F is #79E3D0. Grayscale: #3D3D3D. Windows color (decimal): -7988177 or 3087494. OLE color: 3087494.

HSL color Cylindrical-coordinate representation of color #861C2F: hue angle of 349.25º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #861C2F is Cyan = 0, Magento = 0.79, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 28 47 -
CMYK 0 0.79 0.65 0.47
HSL 349.25º 0.65% 0.32% -
HSV(B) 349.25º 0.79% 0.53% -
XYZ 10.76 6.1 3.3 -
YUV 61.86 119.62 179.46 -
System Red Green Blue C M Y K H S L
Decimal 134 28 47 0 0.79 0.65 0.47 349.25 0.65 0.32
Hex 86 1C 2F 0 4F 41 2F 15D 41 20
Octal 206 34 57 0 117 101 57 535 101 40
Binary 10000110 11100 101111 0 1001111 1000001 101111 101011101 1000001 100000

Color Harmonies of #861C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861C2F

Black with #861C2F

Text Example


Text Example

White with #861C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861C2F; }

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

 H1.HeaderClassName
 {
   color: #861C2F;
 }
 .AnyTagClassName
 {
   color: #861C2F;
 }
</style>

background-color css

<style>
 a { background-color: #861C2F; }

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

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

border-color css

<style>
 span { border-color: #861C2F; }

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

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