Html Css Color HEX #861735 Scarlett

📋 copy color: '#861735'

red 134 ◦ green 23 ◦ blue 53

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

Shades of Scarlett #861735

Tints of Scarlett #861735

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.95%

 BLUE value IS 53 (21.09% from 255) = 25.24%

R = 63.81%
G = 10.95%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.60

 K value IS 0.47

RGB Variations

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

Color information

#861735 (or 0x861735) is known color: Scarlett. HEX triplet: 86, 17 and 35. RGB value is (134,23,53). Sum of RGB (Red+Green+Blue) = 134+23+53=210 (27% of max value = 765). Red value is 134 (52.73% from 255 or 63.81% from 210); Green value is 23 (9.38% from 255 or 10.95% from 210); Blue value is 53 (21.09% from 255 or 25.24% from 210); Max value from RGB is 134 - color contains mainly: red. Hex color #861735 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #861735 is #79E8CA. Grayscale: #3B3B3B. Windows color (decimal): -7989451 or 3479430. OLE color: 3479430.

HSL color Cylindrical-coordinate representation of color #861735: hue angle of 343.78º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #861735 is Cyan = 0, Magento = 0.83, Yellow = 0.60 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 23 53 -
CMYK 0 0.83 0.60 0.47
HSL 343.78º 0.71% 0.31% -
HSV(B) 343.78º 0.83% 0.53% -
XYZ 10.78 5.94 3.95 -
YUV 59.61 124.27 181.06 -
System Red Green Blue C M Y K H S L
Decimal 134 23 53 0 0.83 0.60 0.47 343.78 0.71 0.31
Hex 86 17 35 0 53 3C 2F 158 47 1F
Octal 206 27 65 0 123 74 57 530 107 37
Binary 10000110 10111 110101 0 1010011 111100 101111 101011000 1000111 11111

Color Harmonies of #861735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861735

Black with #861735

Text Example


Text Example

White with #861735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861735; }

 p { color: rgb(134,23,53); }

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

background-color css

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

 a { background-color: rgb(134,23,53); }

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

border-color css

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

 span { border-color: rgb(134,23,53); }

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