Html Css Color HEX #861E2D Scarlett

📋 copy color: '#861E2D'

red 134 ◦ green 30 ◦ blue 45

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

Shades of Scarlett #861E2D

Tints of Scarlett #861E2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 21.53%

R = 64.11%
G = 14.35%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.66

 K value IS 0.47

RGB Variations

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

Color information

#861E2D (or 0x861E2D) is known color: Scarlett. HEX triplet: 86, 1E and 2D. RGB value is (134,30,45). Sum of RGB (Red+Green+Blue) = 134+30+45=209 (27% of max value = 765). Red value is 134 (52.73% from 255 or 64.11% from 209); Green value is 30 (12.11% from 255 or 14.35% from 209); Blue value is 45 (17.97% from 255 or 21.53% from 209); Max value from RGB is 134 - color contains mainly: red. Hex color #861E2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #861E2D is #79E1D2. Grayscale: #3E3E3E. Windows color (decimal): -7987667 or 2956934. OLE color: 2956934.

HSL color Cylindrical-coordinate representation of color #861E2D: hue angle of 351.35º 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 #861E2D is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 30 45 -
CMYK 0 0.78 0.66 0.47
HSL 351.35º 0.63% 0.32% -
HSV(B) 351.35º 0.78% 0.53% -
XYZ 10.77 6.19 3.11 -
YUV 62.81 117.96 178.78 -
System Red Green Blue C M Y K H S L
Decimal 134 30 45 0 0.78 0.66 0.47 351.35 0.63 0.32
Hex 86 1E 2D 0 4E 42 2F 15F 3F 20
Octal 206 36 55 0 116 102 57 537 77 40
Binary 10000110 11110 101101 0 1001110 1000010 101111 101011111 111111 100000

Color Harmonies of #861E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861E2D

Black with #861E2D

Text Example


Text Example

White with #861E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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