Html Css Color HEX #7F152F Scarlett

📋 copy color: '#7F152F'

red 127 ◦ green 21 ◦ blue 47

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

Shades of Scarlett #7F152F

Tints of Scarlett #7F152F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.77%

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

R = 65.13%
G = 10.77%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.63

 K value IS 0.50

RGB Variations

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

Color information

#7F152F (or 0x7F152F) is known color: Scarlett. HEX triplet: 7F, 15 and 2F. RGB value is (127,21,47). Sum of RGB (Red+Green+Blue) = 127+21+47=195 (25% of max value = 765). Red value is 127 (50% from 255 or 65.13% from 195); Green value is 21 (8.59% from 255 or 10.77% from 195); Blue value is 47 (18.75% from 255 or 24.10% from 195); Max value from RGB is 127 - color contains mainly: red. Hex color #7F152F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F152F is #80EAD0. Grayscale: #373737. Windows color (decimal): -8448721 or 3085695. OLE color: 3085695.

HSL color Cylindrical-coordinate representation of color #7F152F: hue angle of 345.28º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7F152F is Cyan = 0, Magento = 0.83, Yellow = 0.63 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 21 47 -
CMYK 0 0.83 0.63 0.50
HSL 345.28º 0.72% 0.29% -
HSV(B) 345.28º 0.83% 0.5% -
XYZ 9.53 5.25 3.2 -
YUV 55.66 123.12 178.89 -
System Red Green Blue C M Y K H S L
Decimal 127 21 47 0 0.83 0.63 0.50 345.28 0.72 0.29
Hex 7F 15 2F 0 53 3F 32 159 48 1D
Octal 177 25 57 0 123 77 62 531 110 35
Binary 1111111 10101 101111 0 1010011 111111 110010 101011001 1001000 11101

Color Harmonies of #7F152F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F152F

Black with #7F152F

Text Example


Text Example

White with #7F152F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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