Html Css Color HEX #7F1429 Scarlett

📋 copy color: '#7F1429'

red 127 ◦ green 20 ◦ blue 41

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

Shades of Scarlett #7F1429

Tints of Scarlett #7F1429

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 21.81%

R = 67.55%
G = 10.64%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.68

 K value IS 0.50

RGB Variations

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

Color information

#7F1429 (or 0x7F1429) is known color: Scarlett. HEX triplet: 7F, 14 and 29. RGB value is (127,20,41). Sum of RGB (Red+Green+Blue) = 127+20+41=188 (24% of max value = 765). Red value is 127 (50% from 255 or 67.55% from 188); Green value is 20 (8.20% from 255 or 10.64% from 188); Blue value is 41 (16.41% from 255 or 21.81% from 188); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1429 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F1429 is #80EBD6. Grayscale: #363636. Windows color (decimal): -8448983 or 2692223. OLE color: 2692223.

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

Color convert

RGB 127 20 41 -
CMYK 0 0.84 0.68 0.50
HSL 348.22º 0.73% 0.29% -
HSV(B) 348.22º 0.84% 0.5% -
XYZ 9.4 5.17 2.6 -
YUV 54.39 120.45 179.79 -
System Red Green Blue C M Y K H S L
Decimal 127 20 41 0 0.84 0.68 0.50 348.22 0.73 0.29
Hex 7F 14 29 0 54 44 32 15C 49 1D
Octal 177 24 51 0 124 104 62 534 111 35
Binary 1111111 10100 101001 0 1010100 1000100 110010 101011100 1001001 11101

Color Harmonies of #7F1429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F1429

Black with #7F1429

Text Example


Text Example

White with #7F1429

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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