Html Css Color HEX #8C132D Scarlett

📋 copy color: '#8C132D'

red 140 ◦ green 19 ◦ blue 45

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

Shades of Scarlett #8C132D

Tints of Scarlett #8C132D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 22.06%

R = 68.63%
G = 9.31%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.68

 K value IS 0.45

RGB Variations

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

Color information

#8C132D (or 0x8C132D) is known color: Scarlett. HEX triplet: 8C, 13 and 2D. RGB value is (140,19,45). Sum of RGB (Red+Green+Blue) = 140+19+45=204 (27% of max value = 765). Red value is 140 (55.08% from 255 or 68.63% from 204); Green value is 19 (7.81% from 255 or 9.31% from 204); Blue value is 45 (17.97% from 255 or 22.06% from 204); Max value from RGB is 140 - color contains mainly: red. Hex color #8C132D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C132D is #73ECD2. Grayscale: #3A3A3A. Windows color (decimal): -7597267 or 2954124. OLE color: 2954124.

HSL color Cylindrical-coordinate representation of color #8C132D: hue angle of 347.11º 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 #8C132D is Cyan = 0, Magento = 0.86, Yellow = 0.68 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 19 45 -
CMYK 0 0.86 0.68 0.45
HSL 347.11º 0.76% 0.31% -
HSV(B) 347.11º 0.86% 0.55% -
XYZ 11.52 6.23 3.08 -
YUV 58.14 120.59 186.39 -
System Red Green Blue C M Y K H S L
Decimal 140 19 45 0 0.86 0.68 0.45 347.11 0.76 0.31
Hex 8C 13 2D 0 56 44 2D 15B 4C 1F
Octal 214 23 55 0 126 104 55 533 114 37
Binary 10001100 10011 101101 0 1010110 1000100 101101 101011011 1001100 11111

Color Harmonies of #8C132D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C132D

Black with #8C132D

Text Example


Text Example

White with #8C132D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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