Html Css Color HEX #7F132C Scarlett

📋 copy color: '#7F132C'

red 127 ◦ green 19 ◦ blue 44

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

Shades of Scarlett #7F132C

Tints of Scarlett #7F132C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10%

 BLUE value IS 44 (17.58% from 255) = 23.16%

R = 66.84%
G = 10%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.65

 K value IS 0.50

RGB Variations

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

Color information

#7F132C (or 0x7F132C) is known color: Scarlett. HEX triplet: 7F, 13 and 2C. RGB value is (127,19,44). Sum of RGB (Red+Green+Blue) = 127+19+44=190 (25% of max value = 765). Red value is 127 (50% from 255 or 66.84% from 190); Green value is 19 (7.81% from 255 or 10% from 190); Blue value is 44 (17.58% from 255 or 23.16% from 190); Max value from RGB is 127 - color contains mainly: red. Hex color #7F132C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F132C is #80ECD3. Grayscale: #363636. Windows color (decimal): -8449236 or 2888575. OLE color: 2888575.

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

Color convert

RGB 127 19 44 -
CMYK 0 0.85 0.65 0.50
HSL 346.11º 0.74% 0.29% -
HSV(B) 346.11º 0.85% 0.5% -
XYZ 9.44 5.16 2.88 -
YUV 54.14 122.28 179.97 -
System Red Green Blue C M Y K H S L
Decimal 127 19 44 0 0.85 0.65 0.50 346.11 0.74 0.29
Hex 7F 13 2C 0 55 41 32 15A 4A 1D
Octal 177 23 54 0 125 101 62 532 112 35
Binary 1111111 10011 101100 0 1010101 1000001 110010 101011010 1001010 11101

Color Harmonies of #7F132C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F132C

Black with #7F132C

Text Example


Text Example

White with #7F132C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,19,44); }

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

background-color css

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

 a { background-color: rgb(127,19,44); }

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

border-color css

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

 span { border-color: rgb(127,19,44); }

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