Html Css Color HEX #7F1A2E Scarlett

📋 copy color: '#7F1A2E'

red 127 ◦ green 26 ◦ blue 46

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

Shades of Scarlett #7F1A2E

Tints of Scarlett #7F1A2E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 13.07%

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

R = 63.82%
G = 13.07%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.64

 K value IS 0.50

RGB Variations

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

Color information

#7F1A2E (or 0x7F1A2E) is known color: Scarlett. HEX triplet: 7F, 1A and 2E. RGB value is (127,26,46). Sum of RGB (Red+Green+Blue) = 127+26+46=199 (26% of max value = 765). Red value is 127 (50% from 255 or 63.82% from 199); Green value is 26 (10.55% from 255 or 13.07% from 199); Blue value is 46 (18.36% from 255 or 23.12% from 199); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1A2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F1A2E is #80E5D1. Grayscale: #3A3A3A. Windows color (decimal): -8447442 or 3021439. OLE color: 3021439.

HSL color Cylindrical-coordinate representation of color #7F1A2E: hue angle of 348.12º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7F1A2E is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 26 46 -
CMYK 0 0.80 0.64 0.50
HSL 348.12º 0.66% 0.3% -
HSV(B) 348.12º 0.8% 0.5% -
XYZ 9.61 5.45 3.13 -
YUV 58.48 120.96 176.87 -
System Red Green Blue C M Y K H S L
Decimal 127 26 46 0 0.80 0.64 0.50 348.12 0.66 0.3
Hex 7F 1A 2E 0 50 40 32 15C 42 1E
Octal 177 32 56 0 120 100 62 534 102 36
Binary 1111111 11010 101110 0 1010000 1000000 110010 101011100 1000010 11110

Color Harmonies of #7F1A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F1A2E

Black with #7F1A2E

Text Example


Text Example

White with #7F1A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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