Html Css Color HEX #7F182F Scarlett

📋 copy color: '#7F182F'

red 127 ◦ green 24 ◦ blue 47

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

Shades of Scarlett #7F182F

Tints of Scarlett #7F182F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.12%

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

R = 64.14%
G = 12.12%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.63

 K value IS 0.50

RGB Variations

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

Color information

#7F182F (or 0x7F182F) is known color: Scarlett. HEX triplet: 7F, 18 and 2F. RGB value is (127,24,47). Sum of RGB (Red+Green+Blue) = 127+24+47=198 (26% of max value = 765). Red value is 127 (50% from 255 or 64.14% from 198); Green value is 24 (9.77% from 255 or 12.12% from 198); Blue value is 47 (18.75% from 255 or 23.74% from 198); Max value from RGB is 127 - color contains mainly: red. Hex color #7F182F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F182F is #80E7D0. Grayscale: #393939. Windows color (decimal): -8447953 or 3086463. OLE color: 3086463.

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

Color convert

RGB 127 24 47 -
CMYK 0 0.81 0.63 0.50
HSL 346.6º 0.68% 0.3% -
HSV(B) 346.6º 0.81% 0.5% -
XYZ 9.59 5.37 3.22 -
YUV 57.42 122.12 177.63 -
System Red Green Blue C M Y K H S L
Decimal 127 24 47 0 0.81 0.63 0.50 346.6 0.68 0.3
Hex 7F 18 2F 0 51 3F 32 15B 44 1E
Octal 177 30 57 0 121 77 62 533 104 36
Binary 1111111 11000 101111 0 1010001 111111 110010 101011011 1000100 11110

Color Harmonies of #7F182F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F182F

Black with #7F182F

Text Example


Text Example

White with #7F182F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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