Html Css Color HEX #861727 Scarlett

📋 copy color: '#861727'

red 134 ◦ green 23 ◦ blue 39

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

Shades of Scarlett #861727

Tints of Scarlett #861727

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 19.9%

R = 68.37%
G = 11.73%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.71

 K value IS 0.47

RGB Variations

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

Color information

#861727 (or 0x861727) is known color: Scarlett. HEX triplet: 86, 17 and 27. RGB value is (134,23,39). Sum of RGB (Red+Green+Blue) = 134+23+39=196 (25% of max value = 765). Red value is 134 (52.73% from 255 or 68.37% from 196); Green value is 23 (9.38% from 255 or 11.73% from 196); Blue value is 39 (15.62% from 255 or 19.90% from 196); Max value from RGB is 134 - color contains mainly: red. Hex color #861727 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #861727 is #79E8D8. Grayscale: #3A3A3A. Windows color (decimal): -7989465 or 2561926. OLE color: 2561926.

HSL color Cylindrical-coordinate representation of color #861727: hue angle of 351.35º 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 #861727 is Cyan = 0, Magento = 0.83, Yellow = 0.71 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 23 39 -
CMYK 0 0.83 0.71 0.47
HSL 351.35º 0.71% 0.31% -
HSV(B) 351.35º 0.83% 0.53% -
XYZ 10.5 5.83 2.49 -
YUV 58.01 117.27 182.2 -
System Red Green Blue C M Y K H S L
Decimal 134 23 39 0 0.83 0.71 0.47 351.35 0.71 0.31
Hex 86 17 27 0 53 47 2F 15F 47 1F
Octal 206 27 47 0 123 107 57 537 107 37
Binary 10000110 10111 100111 0 1010011 1000111 101111 101011111 1000111 11111

Color Harmonies of #861727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861727

Black with #861727

Text Example


Text Example

White with #861727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861727; }

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

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

background-color css

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

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

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

border-color css

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

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

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