Html Css Color HEX #7F1C32 Scarlett

📋 copy color: '#7F1C32'

red 127 ◦ green 28 ◦ blue 50

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

Shades of Scarlett #7F1C32

Tints of Scarlett #7F1C32

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.66%

 BLUE value IS 50 (19.92% from 255) = 24.39%

R = 61.95%
G = 13.66%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.61

 K value IS 0.50

RGB Variations

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

Color information

#7F1C32 (or 0x7F1C32) is known color: Scarlett. HEX triplet: 7F, 1C and 32. RGB value is (127,28,50). Sum of RGB (Red+Green+Blue) = 127+28+50=205 (27% of max value = 765). Red value is 127 (50% from 255 or 61.95% from 205); Green value is 28 (11.33% from 255 or 13.66% from 205); Blue value is 50 (19.92% from 255 or 24.39% from 205); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1C32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F1C32 is #80E3CD. Grayscale: #3C3C3C. Windows color (decimal): -8446926 or 3284095. OLE color: 3284095.

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

Color convert

RGB 127 28 50 -
CMYK 0 0.78 0.61 0.50
HSL 346.67º 0.64% 0.3% -
HSV(B) 346.67º 0.78% 0.5% -
XYZ 9.74 5.57 3.58 -
YUV 60.11 122.3 175.71 -
System Red Green Blue C M Y K H S L
Decimal 127 28 50 0 0.78 0.61 0.50 346.67 0.64 0.3
Hex 7F 1C 32 0 4E 3D 32 15B 40 1E
Octal 177 34 62 0 116 75 62 533 100 36
Binary 1111111 11100 110010 0 1001110 111101 110010 101011011 1000000 11110

Color Harmonies of #7F1C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F1C32

Black with #7F1C32

Text Example


Text Example

White with #7F1C32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,28,50); }

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

background-color css

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

 a { background-color: rgb(127,28,50); }

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

border-color css

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

 span { border-color: rgb(127,28,50); }

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