Html Css Color HEX #7F1F2F Scarlett

📋 copy color: '#7F1F2F'

red 127 ◦ green 31 ◦ blue 47

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

Shades of Scarlett #7F1F2F

Tints of Scarlett #7F1F2F

RGB

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

 GREEN value IS 31 (12.5% from 255) = 15.12%

 BLUE value IS 47 (18.75% from 255) = 22.93%

R = 61.95%
G = 15.12%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.63

 K value IS 0.50

RGB Variations

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

Color information

#7F1F2F (or 0x7F1F2F) is known color: Scarlett. HEX triplet: 7F, 1F and 2F. RGB value is (127,31,47). Sum of RGB (Red+Green+Blue) = 127+31+47=205 (27% of max value = 765). Red value is 127 (50% from 255 or 61.95% from 205); Green value is 31 (12.5% from 255 or 15.12% from 205); Blue value is 47 (18.75% from 255 or 22.93% from 205); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1F2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F1F2F is #80E0D0. Grayscale: #3D3D3D. Windows color (decimal): -8446161 or 3088255. OLE color: 3088255.

HSL color Cylindrical-coordinate representation of color #7F1F2F: hue angle of 350º degrees, saturation: 0.61, 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 #7F1F2F is Cyan = 0, Magento = 0.76, Yellow = 0.63 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 31 47 -
CMYK 0 0.76 0.63 0.50
HSL 350º 0.61% 0.31% -
HSV(B) 350º 0.76% 0.5% -
XYZ 9.76 5.7 3.27 -
YUV 61.53 119.8 174.7 -
System Red Green Blue C M Y K H S L
Decimal 127 31 47 0 0.76 0.63 0.50 350 0.61 0.31
Hex 7F 1F 2F 0 4C 3F 32 15E 3D 1F
Octal 177 37 57 0 114 77 62 536 75 37
Binary 1111111 11111 101111 0 1001100 111111 110010 101011110 111101 11111

Color Harmonies of #7F1F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F1F2F

Black with #7F1F2F

Text Example


Text Example

White with #7F1F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,31,47); }

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

background-color css

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

 a { background-color: rgb(127,31,47); }

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

border-color css

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

 span { border-color: rgb(127,31,47); }

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