Html Css Color HEX #7F152A Scarlett

📋 copy color: '#7F152A'

red 127 ◦ green 21 ◦ blue 42

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

Shades of Scarlett #7F152A

Tints of Scarlett #7F152A

RGB

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

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

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

R = 66.84%
G = 11.05%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.67

 K value IS 0.50

RGB Variations

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

Color information

#7F152A (or 0x7F152A) is known color: Scarlett. HEX triplet: 7F, 15 and 2A. RGB value is (127,21,42). Sum of RGB (Red+Green+Blue) = 127+21+42=190 (25% of max value = 765). Red value is 127 (50% from 255 or 66.84% from 190); Green value is 21 (8.59% from 255 or 11.05% from 190); Blue value is 42 (16.80% from 255 or 22.11% from 190); Max value from RGB is 127 - color contains mainly: red. Hex color #7F152A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F152A is #80EAD5. Grayscale: #373737. Windows color (decimal): -8448726 or 2758015. OLE color: 2758015.

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

Color convert

RGB 127 21 42 -
CMYK 0 0.83 0.67 0.50
HSL 348.11º 0.72% 0.29% -
HSV(B) 348.11º 0.83% 0.5% -
XYZ 9.44 5.22 2.7 -
YUV 55.09 120.62 179.29 -
System Red Green Blue C M Y K H S L
Decimal 127 21 42 0 0.83 0.67 0.50 348.11 0.72 0.29
Hex 7F 15 2A 0 53 43 32 15C 48 1D
Octal 177 25 52 0 123 103 62 534 110 35
Binary 1111111 10101 101010 0 1010011 1000011 110010 101011100 1001000 11101

Color Harmonies of #7F152A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F152A

Black with #7F152A

Text Example


Text Example

White with #7F152A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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