Html Css Color HEX #7F192B Scarlett

📋 copy color: '#7F192B'

red 127 ◦ green 25 ◦ blue 43

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

Shades of Scarlett #7F192B

Tints of Scarlett #7F192B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.82%

 BLUE value IS 43 (17.19% from 255) = 22.05%

R = 65.13%
G = 12.82%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.66

 K value IS 0.50

RGB Variations

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

Color information

#7F192B (or 0x7F192B) is known color: Scarlett. HEX triplet: 7F, 19 and 2B. RGB value is (127,25,43). Sum of RGB (Red+Green+Blue) = 127+25+43=195 (25% of max value = 765). Red value is 127 (50% from 255 or 65.13% from 195); Green value is 25 (10.16% from 255 or 12.82% from 195); Blue value is 43 (17.19% from 255 or 22.05% from 195); Max value from RGB is 127 - color contains mainly: red. Hex color #7F192B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F192B is #80E6D4. Grayscale: #393939. Windows color (decimal): -8447701 or 2824575. OLE color: 2824575.

HSL color Cylindrical-coordinate representation of color #7F192B: hue angle of 349.41º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7F192B is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 25 43 -
CMYK 0 0.80 0.66 0.50
HSL 349.41º 0.67% 0.3% -
HSV(B) 349.41º 0.8% 0.5% -
XYZ 9.54 5.38 2.82 -
YUV 57.55 119.79 177.54 -
System Red Green Blue C M Y K H S L
Decimal 127 25 43 0 0.80 0.66 0.50 349.41 0.67 0.3
Hex 7F 19 2B 0 50 42 32 15D 43 1E
Octal 177 31 53 0 120 102 62 535 103 36
Binary 1111111 11001 101011 0 1010000 1000010 110010 101011101 1000011 11110

Color Harmonies of #7F192B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F192B

Black with #7F192B

Text Example


Text Example

White with #7F192B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,25,43); }

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

background-color css

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

 a { background-color: rgb(127,25,43); }

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

border-color css

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

 span { border-color: rgb(127,25,43); }

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