Html Css Color HEX #861E2F Scarlett

📋 copy color: '#861E2F'

red 134 ◦ green 30 ◦ blue 47

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

Shades of Scarlett #861E2F

Tints of Scarlett #861E2F

RGB

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

 GREEN value IS 30 (12.11% from 255) = 14.22%

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

R = 63.51%
G = 14.22%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.65

 K value IS 0.47

RGB Variations

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

Color information

#861E2F (or 0x861E2F) is known color: Scarlett. HEX triplet: 86, 1E and 2F. RGB value is (134,30,47). Sum of RGB (Red+Green+Blue) = 134+30+47=211 (27% of max value = 765). Red value is 134 (52.73% from 255 or 63.51% from 211); Green value is 30 (12.11% from 255 or 14.22% from 211); Blue value is 47 (18.75% from 255 or 22.27% from 211); Max value from RGB is 134 - color contains mainly: red. Hex color #861E2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #861E2F is #79E1D0. Grayscale: #3F3F3F. Windows color (decimal): -7987665 or 3088006. OLE color: 3088006.

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

Color convert

RGB 134 30 47 -
CMYK 0 0.78 0.65 0.47
HSL 350.19º 0.63% 0.32% -
HSV(B) 350.19º 0.78% 0.53% -
XYZ 10.81 6.2 3.32 -
YUV 63.03 118.96 178.62 -
System Red Green Blue C M Y K H S L
Decimal 134 30 47 0 0.78 0.65 0.47 350.19 0.63 0.32
Hex 86 1E 2F 0 4E 41 2F 15E 3F 20
Octal 206 36 57 0 116 101 57 536 77 40
Binary 10000110 11110 101111 0 1001110 1000001 101111 101011110 111111 100000

Color Harmonies of #861E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861E2F

Black with #861E2F

Text Example


Text Example

White with #861E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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