Html Css Color HEX #861825 Scarlett

📋 copy color: '#861825'

red 134 ◦ green 24 ◦ blue 37

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

Shades of Scarlett #861825

Tints of Scarlett #861825

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.31%

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

R = 68.72%
G = 12.31%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.72

 K value IS 0.47

RGB Variations

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

Color information

#861825 (or 0x861825) is known color: Scarlett. HEX triplet: 86, 18 and 25. RGB value is (134,24,37). Sum of RGB (Red+Green+Blue) = 134+24+37=195 (25% of max value = 765). Red value is 134 (52.73% from 255 or 68.72% from 195); Green value is 24 (9.77% from 255 or 12.31% from 195); Blue value is 37 (14.84% from 255 or 18.97% from 195); Max value from RGB is 134 - color contains mainly: red. Hex color #861825 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #861825 is #79E7DA. Grayscale: #3A3A3A. Windows color (decimal): -7989211 or 2431110. OLE color: 2431110.

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

Color convert

RGB 134 24 37 -
CMYK 0 0.82 0.72 0.47
HSL 352.91º 0.7% 0.31% -
HSV(B) 352.91º 0.82% 0.53% -
XYZ 10.49 5.86 2.33 -
YUV 58.37 115.94 181.94 -
System Red Green Blue C M Y K H S L
Decimal 134 24 37 0 0.82 0.72 0.47 352.91 0.7 0.31
Hex 86 18 25 0 52 48 2F 161 46 1F
Octal 206 30 45 0 122 110 57 541 106 37
Binary 10000110 11000 100101 0 1010010 1001000 101111 101100001 1000110 11111

Color Harmonies of #861825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861825

Black with #861825

Text Example


Text Example

White with #861825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861825; }

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

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

background-color css

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

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

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

border-color css

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

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

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