Html Css Color HEX #7F142E Scarlett

📋 copy color: '#7F142E'

red 127 ◦ green 20 ◦ blue 46

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

Shades of Scarlett #7F142E

Tints of Scarlett #7F142E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 23.83%

R = 65.8%
G = 10.36%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.64

 K value IS 0.50

RGB Variations

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

Color information

#7F142E (or 0x7F142E) is known color: Scarlett. HEX triplet: 7F, 14 and 2E. RGB value is (127,20,46). Sum of RGB (Red+Green+Blue) = 127+20+46=193 (25% of max value = 765). Red value is 127 (50% from 255 or 65.80% from 193); Green value is 20 (8.20% from 255 or 10.36% from 193); Blue value is 46 (18.36% from 255 or 23.83% from 193); Max value from RGB is 127 - color contains mainly: red. Hex color #7F142E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F142E is #80EBD1. Grayscale: #363636. Windows color (decimal): -8448978 or 3019903. OLE color: 3019903.

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

Color convert

RGB 127 20 46 -
CMYK 0 0.84 0.64 0.50
HSL 345.42º 0.73% 0.29% -
HSV(B) 345.42º 0.84% 0.5% -
XYZ 9.5 5.21 3.09 -
YUV 54.96 122.95 179.39 -
System Red Green Blue C M Y K H S L
Decimal 127 20 46 0 0.84 0.64 0.50 345.42 0.73 0.29
Hex 7F 14 2E 0 54 40 32 159 49 1D
Octal 177 24 56 0 124 100 62 531 111 35
Binary 1111111 10100 101110 0 1010100 1000000 110010 101011001 1001001 11101

Color Harmonies of #7F142E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F142E

Black with #7F142E

Text Example


Text Example

White with #7F142E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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