Html Css Color HEX #7F1E2A Scarlett

📋 copy color: '#7F1E2A'

red 127 ◦ green 30 ◦ blue 42

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

Shades of Scarlett #7F1E2A

Tints of Scarlett #7F1E2A

RGB

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

 GREEN value IS 30 (12.11% from 255) = 15.08%

 BLUE value IS 42 (16.8% from 255) = 21.11%

R = 63.82%
G = 15.08%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.67

 K value IS 0.50

RGB Variations

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

Color information

#7F1E2A (or 0x7F1E2A) is known color: Scarlett. HEX triplet: 7F, 1E and 2A. RGB value is (127,30,42). Sum of RGB (Red+Green+Blue) = 127+30+42=199 (26% of max value = 765). Red value is 127 (50% from 255 or 63.82% from 199); Green value is 30 (12.11% from 255 or 15.08% from 199); Blue value is 42 (16.80% from 255 or 21.11% from 199); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1E2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F1E2A is #80E1D5. Grayscale: #3C3C3C. Windows color (decimal): -8446422 or 2760319. OLE color: 2760319.

HSL color Cylindrical-coordinate representation of color #7F1E2A: hue angle of 352.58º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7F1E2A is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 30 42 -
CMYK 0 0.76 0.67 0.50
HSL 352.58º 0.62% 0.31% -
HSV(B) 352.58º 0.76% 0.5% -
XYZ 9.63 5.61 2.77 -
YUV 60.37 117.64 175.52 -
System Red Green Blue C M Y K H S L
Decimal 127 30 42 0 0.76 0.67 0.50 352.58 0.62 0.31
Hex 7F 1E 2A 0 4C 43 32 161 3E 1F
Octal 177 36 52 0 114 103 62 541 76 37
Binary 1111111 11110 101010 0 1001100 1000011 110010 101100001 111110 11111

Color Harmonies of #7F1E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F1E2A

Black with #7F1E2A

Text Example


Text Example

White with #7F1E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,30,42); }

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

background-color css

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

 a { background-color: rgb(127,30,42); }

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

border-color css

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

 span { border-color: rgb(127,30,42); }

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