Html Css Color HEX #861D2B Scarlett

📋 copy color: '#861D2B'

red 134 ◦ green 29 ◦ blue 43

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

Shades of Scarlett #861D2B

Tints of Scarlett #861D2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 20.87%

R = 65.05%
G = 14.08%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.68

 K value IS 0.47

RGB Variations

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

Color information

#861D2B (or 0x861D2B) is known color: Scarlett. HEX triplet: 86, 1D and 2B. RGB value is (134,29,43). Sum of RGB (Red+Green+Blue) = 134+29+43=206 (27% of max value = 765). Red value is 134 (52.73% from 255 or 65.05% from 206); Green value is 29 (11.72% from 255 or 14.08% from 206); Blue value is 43 (17.19% from 255 or 20.87% from 206); Max value from RGB is 134 - color contains mainly: red. Hex color #861D2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #861D2B is #79E2D4. Grayscale: #3E3E3E. Windows color (decimal): -7987925 or 2825606. OLE color: 2825606.

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

Color convert

RGB 134 29 43 -
CMYK 0 0.78 0.68 0.47
HSL 352º 0.64% 0.32% -
HSV(B) 352º 0.78% 0.53% -
XYZ 10.71 6.12 2.9 -
YUV 61.99 117.29 179.36 -
System Red Green Blue C M Y K H S L
Decimal 134 29 43 0 0.78 0.68 0.47 352 0.64 0.32
Hex 86 1D 2B 0 4E 44 2F 160 40 20
Octal 206 35 53 0 116 104 57 540 100 40
Binary 10000110 11101 101011 0 1001110 1000100 101111 101100000 1000000 100000

Color Harmonies of #861D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861D2B

Black with #861D2B

Text Example


Text Example

White with #861D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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