Html Css Color HEX #7F2031 Scarlett

📋 copy color: '#7F2031'

red 127 ◦ green 32 ◦ blue 49

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

Shades of Scarlett #7F2031

Tints of Scarlett #7F2031

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.38%

 BLUE value IS 49 (19.53% from 255) = 23.56%

R = 61.06%
G = 15.38%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.61

 K value IS 0.50

RGB Variations

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

Color information

#7F2031 (or 0x7F2031) is known color: Scarlett. HEX triplet: 7F, 20 and 31. RGB value is (127,32,49). Sum of RGB (Red+Green+Blue) = 127+32+49=208 (27% of max value = 765). Red value is 127 (50% from 255 or 61.06% from 208); Green value is 32 (12.89% from 255 or 15.38% from 208); Blue value is 49 (19.53% from 255 or 23.56% from 208); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2031 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F2031 is #80DFCE. Grayscale: #3E3E3E. Windows color (decimal): -8445903 or 3219583. OLE color: 3219583.

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

Color convert

RGB 127 32 49 -
CMYK 0 0.75 0.61 0.50
HSL 349.26º 0.6% 0.31% -
HSV(B) 349.26º 0.75% 0.5% -
XYZ 9.82 5.77 3.5 -
YUV 62.34 120.47 174.12 -
System Red Green Blue C M Y K H S L
Decimal 127 32 49 0 0.75 0.61 0.50 349.26 0.6 0.31
Hex 7F 20 31 0 4B 3D 32 15D 3C 1F
Octal 177 40 61 0 113 75 62 535 74 37
Binary 1111111 100000 110001 0 1001011 111101 110010 101011101 111100 11111

Color Harmonies of #7F2031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F2031

Black with #7F2031

Text Example


Text Example

White with #7F2031

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,32,49); }

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

background-color css

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

 a { background-color: rgb(127,32,49); }

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

border-color css

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

 span { border-color: rgb(127,32,49); }

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