Html Css Color HEX #861935 Scarlett

📋 copy color: '#861935'

red 134 ◦ green 25 ◦ blue 53

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

Shades of Scarlett #861935

Tints of Scarlett #861935

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.79%

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

R = 63.21%
G = 11.79%
B = 25%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.60

 K value IS 0.47

RGB Variations

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

Color information

#861935 (or 0x861935) is known color: Scarlett. HEX triplet: 86, 19 and 35. RGB value is (134,25,53). Sum of RGB (Red+Green+Blue) = 134+25+53=212 (28% of max value = 765). Red value is 134 (52.73% from 255 or 63.21% from 212); Green value is 25 (10.16% from 255 or 11.79% from 212); Blue value is 53 (21.09% from 255 or 25% from 212); Max value from RGB is 134 - color contains mainly: red. Hex color #861935 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #861935 is #79E6CA. Grayscale: #3C3C3C. Windows color (decimal): -7988939 or 3479942. OLE color: 3479942.

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

Color convert

RGB 134 25 53 -
CMYK 0 0.81 0.60 0.47
HSL 344.59º 0.69% 0.31% -
HSV(B) 344.59º 0.81% 0.53% -
XYZ 10.82 6.02 3.96 -
YUV 60.78 123.61 180.22 -
System Red Green Blue C M Y K H S L
Decimal 134 25 53 0 0.81 0.60 0.47 344.59 0.69 0.31
Hex 86 19 35 0 51 3C 2F 159 45 1F
Octal 206 31 65 0 121 74 57 531 105 37
Binary 10000110 11001 110101 0 1010001 111100 101111 101011001 1000101 11111

Color Harmonies of #861935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861935

Black with #861935

Text Example


Text Example

White with #861935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861935; }

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

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

background-color css

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

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

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

border-color css

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

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

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