Html Css Color HEX #7F182E Scarlett

📋 copy color: '#7F182E'

red 127 ◦ green 24 ◦ blue 46

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

Shades of Scarlett #7F182E

Tints of Scarlett #7F182E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 23.35%

R = 64.47%
G = 12.18%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.64

 K value IS 0.50

RGB Variations

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

Color information

#7F182E (or 0x7F182E) is known color: Scarlett. HEX triplet: 7F, 18 and 2E. RGB value is (127,24,46). Sum of RGB (Red+Green+Blue) = 127+24+46=197 (26% of max value = 765). Red value is 127 (50% from 255 or 64.47% from 197); Green value is 24 (9.77% from 255 or 12.18% from 197); Blue value is 46 (18.36% from 255 or 23.35% from 197); Max value from RGB is 127 - color contains mainly: red. Hex color #7F182E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F182E is #80E7D1. Grayscale: #393939. Windows color (decimal): -8447954 or 3020927. OLE color: 3020927.

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

Color convert

RGB 127 24 46 -
CMYK 0 0.81 0.64 0.50
HSL 347.18º 0.68% 0.3% -
HSV(B) 347.18º 0.81% 0.5% -
XYZ 9.57 5.36 3.12 -
YUV 57.31 121.62 177.71 -
System Red Green Blue C M Y K H S L
Decimal 127 24 46 0 0.81 0.64 0.50 347.18 0.68 0.3
Hex 7F 18 2E 0 51 40 32 15B 44 1E
Octal 177 30 56 0 121 100 62 533 104 36
Binary 1111111 11000 101110 0 1010001 1000000 110010 101011011 1000100 11110

Color Harmonies of #7F182E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F182E

Black with #7F182E

Text Example


Text Example

White with #7F182E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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