Html Css Color HEX #7F142C Scarlett

📋 copy color: '#7F142C'

red 127 ◦ green 20 ◦ blue 44

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

Shades of Scarlett #7F142C

Tints of Scarlett #7F142C

RGB

 RED value IS 127 (50% from 255) = 66.49%

 GREEN value IS 20 (8.2% from 255) = 10.47%

 BLUE value IS 44 (17.58% from 255) = 23.04%

R = 66.49%
G = 10.47%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.65

 K value IS 0.50

RGB Variations

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

Color information

#7F142C (or 0x7F142C) is known color: Scarlett. HEX triplet: 7F, 14 and 2C. RGB value is (127,20,44). Sum of RGB (Red+Green+Blue) = 127+20+44=191 (25% of max value = 765). Red value is 127 (50% from 255 or 66.49% from 191); Green value is 20 (8.20% from 255 or 10.47% from 191); Blue value is 44 (17.58% from 255 or 23.04% from 191); Max value from RGB is 127 - color contains mainly: red. Hex color #7F142C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F142C is #80EBD3. Grayscale: #363636. Windows color (decimal): -8448980 or 2888831. OLE color: 2888831.

HSL color Cylindrical-coordinate representation of color #7F142C: hue angle of 346.54º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7F142C is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 20 44 -
CMYK 0 0.84 0.65 0.50
HSL 346.54º 0.73% 0.29% -
HSV(B) 346.54º 0.84% 0.5% -
XYZ 9.46 5.19 2.89 -
YUV 54.73 121.95 179.55 -
System Red Green Blue C M Y K H S L
Decimal 127 20 44 0 0.84 0.65 0.50 346.54 0.73 0.29
Hex 7F 14 2C 0 54 41 32 15B 49 1D
Octal 177 24 54 0 124 101 62 533 111 35
Binary 1111111 10100 101100 0 1010100 1000001 110010 101011011 1001001 11101

Color Harmonies of #7F142C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F142C

Black with #7F142C

Text Example


Text Example

White with #7F142C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F142C; }

 p { color: rgb(127,20,44); }

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

background-color css

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

 a { background-color: rgb(127,20,44); }

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

border-color css

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

 span { border-color: rgb(127,20,44); }

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