Html Css Color HEX #861D2D Scarlett

📋 copy color: '#861D2D'

red 134 ◦ green 29 ◦ blue 45

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

Shades of Scarlett #861D2D

Tints of Scarlett #861D2D

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.94%

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

R = 64.42%
G = 13.94%
B = 21.63%

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

#861D2D (or 0x861D2D) is known color: Scarlett. HEX triplet: 86, 1D and 2D. RGB value is (134,29,45). Sum of RGB (Red+Green+Blue) = 134+29+45=208 (27% of max value = 765). Red value is 134 (52.73% from 255 or 64.42% from 208); Green value is 29 (11.72% from 255 or 13.94% from 208); Blue value is 45 (17.97% from 255 or 21.63% from 208); Max value from RGB is 134 - color contains mainly: red. Hex color #861D2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #861D2D is #79E2D2. Grayscale: #3E3E3E. Windows color (decimal): -7987923 or 2956678. OLE color: 2956678.

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

Color convert

RGB 134 29 45 -
CMYK 0 0.78 0.66 0.47
HSL 350.86º 0.64% 0.32% -
HSV(B) 350.86º 0.78% 0.53% -
XYZ 10.74 6.14 3.1 -
YUV 62.22 118.29 179.2 -
System Red Green Blue C M Y K H S L
Decimal 134 29 45 0 0.78 0.66 0.47 350.86 0.64 0.32
Hex 86 1D 2D 0 4E 42 2F 15F 40 20
Octal 206 35 55 0 116 102 57 537 100 40
Binary 10000110 11101 101101 0 1001110 1000010 101111 101011111 1000000 100000

Color Harmonies of #861D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861D2D

Black with #861D2D

Text Example


Text Example

White with #861D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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