Html Css Color HEX #7F1F2B Scarlett

📋 copy color: '#7F1F2B'

red 127 ◦ green 31 ◦ blue 43

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

Shades of Scarlett #7F1F2B

Tints of Scarlett #7F1F2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 21.39%

R = 63.18%
G = 15.42%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.66

 K value IS 0.50

RGB Variations

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

Color information

#7F1F2B (or 0x7F1F2B) is known color: Scarlett. HEX triplet: 7F, 1F and 2B. RGB value is (127,31,43). Sum of RGB (Red+Green+Blue) = 127+31+43=201 (26% of max value = 765). Red value is 127 (50% from 255 or 63.18% from 201); Green value is 31 (12.5% from 255 or 15.42% from 201); Blue value is 43 (17.19% from 255 or 21.39% from 201); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1F2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F1F2B is #80E0D4. Grayscale: #3D3D3D. Windows color (decimal): -8446165 or 2826111. OLE color: 2826111.

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

Color convert

RGB 127 31 43 -
CMYK 0 0.76 0.66 0.50
HSL 352.5º 0.61% 0.31% -
HSV(B) 352.5º 0.76% 0.5% -
XYZ 9.68 5.67 2.87 -
YUV 61.07 117.8 175.02 -
System Red Green Blue C M Y K H S L
Decimal 127 31 43 0 0.76 0.66 0.50 352.5 0.61 0.31
Hex 7F 1F 2B 0 4C 42 32 160 3D 1F
Octal 177 37 53 0 114 102 62 540 75 37
Binary 1111111 11111 101011 0 1001100 1000010 110010 101100000 111101 11111

Color Harmonies of #7F1F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F1F2B

Black with #7F1F2B

Text Example


Text Example

White with #7F1F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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