Html Css Color HEX #861330 Scarlett

📋 copy color: '#861330'

red 134 ◦ green 19 ◦ blue 48

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

Shades of Scarlett #861330

Tints of Scarlett #861330

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.45%

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

R = 66.67%
G = 9.45%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#861330 (or 0x861330) is known color: Scarlett. HEX triplet: 86, 13 and 30. RGB value is (134,19,48). Sum of RGB (Red+Green+Blue) = 134+19+48=201 (26% of max value = 765). Red value is 134 (52.73% from 255 or 66.67% from 201); Green value is 19 (7.81% from 255 or 9.45% from 201); Blue value is 48 (19.14% from 255 or 23.88% from 201); Max value from RGB is 134 - color contains mainly: red. Hex color #861330 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #861330 is #79ECCF. Grayscale: #383838. Windows color (decimal): -7990480 or 3150726. OLE color: 3150726.

HSL color Cylindrical-coordinate representation of color #861330: hue angle of 344.87º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #861330 is Cyan = 0, Magento = 0.86, Yellow = 0.64 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 19 48 -
CMYK 0 0.86 0.64 0.47
HSL 344.87º 0.75% 0.3% -
HSV(B) 344.87º 0.86% 0.53% -
XYZ 10.6 5.75 3.35 -
YUV 56.69 123.1 183.14 -
System Red Green Blue C M Y K H S L
Decimal 134 19 48 0 0.86 0.64 0.47 344.87 0.75 0.3
Hex 86 13 30 0 56 40 2F 159 4B 1E
Octal 206 23 60 0 126 100 57 531 113 36
Binary 10000110 10011 110000 0 1010110 1000000 101111 101011001 1001011 11110

Color Harmonies of #861330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861330

Black with #861330

Text Example


Text Example

White with #861330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861330; }

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

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

background-color css

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

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

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

border-color css

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

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

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