Html Css Color HEX #861725 Scarlett

📋 copy color: '#861725'

red 134 ◦ green 23 ◦ blue 37

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

Shades of Scarlett #861725

Tints of Scarlett #861725

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 19.07%

R = 69.07%
G = 11.86%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.72

 K value IS 0.47

RGB Variations

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

Color information

#861725 (or 0x861725) is known color: Scarlett. HEX triplet: 86, 17 and 25. RGB value is (134,23,37). Sum of RGB (Red+Green+Blue) = 134+23+37=194 (25% of max value = 765). Red value is 134 (52.73% from 255 or 69.07% from 194); Green value is 23 (9.38% from 255 or 11.86% from 194); Blue value is 37 (14.84% from 255 or 19.07% from 194); Max value from RGB is 134 - color contains mainly: red. Hex color #861725 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #861725 is #79E8DA. Grayscale: #393939. Windows color (decimal): -7989467 or 2430854. OLE color: 2430854.

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

Color convert

RGB 134 23 37 -
CMYK 0 0.83 0.72 0.47
HSL 352.43º 0.71% 0.31% -
HSV(B) 352.43º 0.83% 0.53% -
XYZ 10.47 5.81 2.32 -
YUV 57.79 116.27 182.36 -
System Red Green Blue C M Y K H S L
Decimal 134 23 37 0 0.83 0.72 0.47 352.43 0.71 0.31
Hex 86 17 25 0 53 48 2F 160 47 1F
Octal 206 27 45 0 123 110 57 540 107 37
Binary 10000110 10111 100101 0 1010011 1001000 101111 101100000 1000111 11111

Color Harmonies of #861725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861725

Black with #861725

Text Example


Text Example

White with #861725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861725; }

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

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

background-color css

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

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

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

border-color css

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

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

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