Html Css Color HEX #861A34 Scarlett

📋 copy color: '#861A34'

red 134 ◦ green 26 ◦ blue 52

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

Shades of Scarlett #861A34

Tints of Scarlett #861A34

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.26%

 BLUE value IS 52 (20.7% from 255) = 24.53%

R = 63.21%
G = 12.26%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.61

 K value IS 0.47

RGB Variations

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

Color information

#861A34 (or 0x861A34) is known color: Scarlett. HEX triplet: 86, 1A and 34. RGB value is (134,26,52). Sum of RGB (Red+Green+Blue) = 134+26+52=212 (28% of max value = 765). Red value is 134 (52.73% from 255 or 63.21% from 212); Green value is 26 (10.55% from 255 or 12.26% from 212); Blue value is 52 (20.70% from 255 or 24.53% from 212); Max value from RGB is 134 - color contains mainly: red. Hex color #861A34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #861A34 is #79E5CB. Grayscale: #3D3D3D. Windows color (decimal): -7988684 or 3414662. OLE color: 3414662.

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

Color convert

RGB 134 26 52 -
CMYK 0 0.81 0.61 0.47
HSL 345.56º 0.68% 0.31% -
HSV(B) 345.56º 0.81% 0.53% -
XYZ 10.82 6.06 3.85 -
YUV 61.26 122.78 179.89 -
System Red Green Blue C M Y K H S L
Decimal 134 26 52 0 0.81 0.61 0.47 345.56 0.68 0.31
Hex 86 1A 34 0 51 3D 2F 15A 44 1F
Octal 206 32 64 0 121 75 57 532 104 37
Binary 10000110 11010 110100 0 1010001 111101 101111 101011010 1000100 11111

Color Harmonies of #861A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861A34

Black with #861A34

Text Example


Text Example

White with #861A34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,26,52); }

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

background-color css

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

 a { background-color: rgb(134,26,52); }

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

border-color css

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

 span { border-color: rgb(134,26,52); }

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