Html Css Color HEX #861A30 Scarlett

📋 copy color: '#861A30'

red 134 ◦ green 26 ◦ blue 48

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

Shades of Scarlett #861A30

Tints of Scarlett #861A30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 23.08%

R = 64.42%
G = 12.5%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#861A30 (or 0x861A30) is known color: Scarlett. HEX triplet: 86, 1A and 30. RGB value is (134,26,48). Sum of RGB (Red+Green+Blue) = 134+26+48=208 (27% of max value = 765). Red value is 134 (52.73% from 255 or 64.42% from 208); Green value is 26 (10.55% from 255 or 12.5% from 208); Blue value is 48 (19.14% from 255 or 23.08% from 208); Max value from RGB is 134 - color contains mainly: red. Hex color #861A30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #861A30 is #79E5CF. Grayscale: #3C3C3C. Windows color (decimal): -7988688 or 3152518. OLE color: 3152518.

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

Color convert

RGB 134 26 48 -
CMYK 0 0.81 0.64 0.47
HSL 347.78º 0.68% 0.31% -
HSV(B) 347.78º 0.81% 0.53% -
XYZ 10.73 6.02 3.39 -
YUV 60.8 120.78 180.21 -
System Red Green Blue C M Y K H S L
Decimal 134 26 48 0 0.81 0.64 0.47 347.78 0.68 0.31
Hex 86 1A 30 0 51 40 2F 15C 44 1F
Octal 206 32 60 0 121 100 57 534 104 37
Binary 10000110 11010 110000 0 1010001 1000000 101111 101011100 1000100 11111

Color Harmonies of #861A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861A30

Black with #861A30

Text Example


Text Example

White with #861A30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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