Html Css Color HEX #8C132B Scarlett

📋 copy color: '#8C132B'

red 140 ◦ green 19 ◦ blue 43

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

Shades of Scarlett #8C132B

Tints of Scarlett #8C132B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 21.29%

R = 69.31%
G = 9.41%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.69

 K value IS 0.45

RGB Variations

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

Color information

#8C132B (or 0x8C132B) is known color: Scarlett. HEX triplet: 8C, 13 and 2B. RGB value is (140,19,43). Sum of RGB (Red+Green+Blue) = 140+19+43=202 (26% of max value = 765). Red value is 140 (55.08% from 255 or 69.31% from 202); Green value is 19 (7.81% from 255 or 9.41% from 202); Blue value is 43 (17.19% from 255 or 21.29% from 202); Max value from RGB is 140 - color contains mainly: red. Hex color #8C132B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C132B is #73ECD4. Grayscale: #393939. Windows color (decimal): -7597269 or 2823052. OLE color: 2823052.

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

Color convert

RGB 140 19 43 -
CMYK 0 0.86 0.69 0.45
HSL 348.1º 0.76% 0.31% -
HSV(B) 348.1º 0.86% 0.55% -
XYZ 11.48 6.22 2.88 -
YUV 57.92 119.59 186.55 -
System Red Green Blue C M Y K H S L
Decimal 140 19 43 0 0.86 0.69 0.45 348.1 0.76 0.31
Hex 8C 13 2B 0 56 45 2D 15C 4C 1F
Octal 214 23 53 0 126 105 55 534 114 37
Binary 10001100 10011 101011 0 1010110 1000101 101101 101011100 1001100 11111

Color Harmonies of #8C132B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C132B

Black with #8C132B

Text Example


Text Example

White with #8C132B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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