Html Css Color HEX #7F142D Scarlett

📋 copy color: '#7F142D'

red 127 ◦ green 20 ◦ blue 45

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

Shades of Scarlett #7F142D

Tints of Scarlett #7F142D

RGB

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

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

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

R = 66.15%
G = 10.42%
B = 23.44%

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

#7F142D (or 0x7F142D) is known color: Scarlett. HEX triplet: 7F, 14 and 2D. RGB value is (127,20,45). Sum of RGB (Red+Green+Blue) = 127+20+45=192 (25% of max value = 765). Red value is 127 (50% from 255 or 66.15% from 192); Green value is 20 (8.20% from 255 or 10.42% from 192); Blue value is 45 (17.97% from 255 or 23.44% from 192); Max value from RGB is 127 - color contains mainly: red. Hex color #7F142D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F142D is #80EBD2. Grayscale: #363636. Windows color (decimal): -8448979 or 2954367. OLE color: 2954367.

HSL color Cylindrical-coordinate representation of color #7F142D: hue angle of 345.98º 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 #7F142D is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 20 45 -
CMYK 0 0.84 0.65 0.50
HSL 345.98º 0.73% 0.29% -
HSV(B) 345.98º 0.84% 0.5% -
XYZ 9.48 5.2 2.99 -
YUV 54.84 122.45 179.47 -
System Red Green Blue C M Y K H S L
Decimal 127 20 45 0 0.84 0.65 0.50 345.98 0.73 0.29
Hex 7F 14 2D 0 54 41 32 15A 49 1D
Octal 177 24 55 0 124 101 62 532 111 35
Binary 1111111 10100 101101 0 1010100 1000001 110010 101011010 1001001 11101

Color Harmonies of #7F142D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F142D

Black with #7F142D

Text Example


Text Example

White with #7F142D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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