Html Css Color HEX #8C1330 Scarlett

📋 copy color: '#8C1330'

red 140 ◦ green 19 ◦ blue 48

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

Shades of Scarlett #8C1330

Tints of Scarlett #8C1330

RGB

 RED value IS 140 (55.08% from 255) = 67.63%

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

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

R = 67.63%
G = 9.18%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.66

 K value IS 0.45

RGB Variations

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

Color information

#8C1330 (or 0x8C1330) is known color: Scarlett. HEX triplet: 8C, 13 and 30. RGB value is (140,19,48). Sum of RGB (Red+Green+Blue) = 140+19+48=207 (27% of max value = 765). Red value is 140 (55.08% from 255 or 67.63% from 207); Green value is 19 (7.81% from 255 or 9.18% from 207); Blue value is 48 (19.14% from 255 or 23.19% from 207); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1330 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C1330 is #73ECCF. Grayscale: #3A3A3A. Windows color (decimal): -7597264 or 3150732. OLE color: 3150732.

HSL color Cylindrical-coordinate representation of color #8C1330: hue angle of 345.62º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8C1330 is Cyan = 0, Magento = 0.86, Yellow = 0.66 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 19 48 -
CMYK 0 0.86 0.66 0.45
HSL 345.62º 0.76% 0.31% -
HSV(B) 345.62º 0.86% 0.55% -
XYZ 11.58 6.25 3.39 -
YUV 58.49 122.09 186.14 -
System Red Green Blue C M Y K H S L
Decimal 140 19 48 0 0.86 0.66 0.45 345.62 0.76 0.31
Hex 8C 13 30 0 56 42 2D 15A 4C 1F
Octal 214 23 60 0 126 102 55 532 114 37
Binary 10001100 10011 110000 0 1010110 1000010 101101 101011010 1001100 11111

Color Harmonies of #8C1330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1330

Black with #8C1330

Text Example


Text Example

White with #8C1330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C1330; }

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

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

background-color css

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

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

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

border-color css

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

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

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