Html Css Color HEX #7F172E Scarlett

📋 copy color: '#7F172E'

red 127 ◦ green 23 ◦ blue 46

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

Shades of Scarlett #7F172E

Tints of Scarlett #7F172E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.73%

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

R = 64.8%
G = 11.73%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.64

 K value IS 0.50

RGB Variations

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

Color information

#7F172E (or 0x7F172E) is known color: Scarlett. HEX triplet: 7F, 17 and 2E. RGB value is (127,23,46). Sum of RGB (Red+Green+Blue) = 127+23+46=196 (25% of max value = 765). Red value is 127 (50% from 255 or 64.80% from 196); Green value is 23 (9.38% from 255 or 11.73% from 196); Blue value is 46 (18.36% from 255 or 23.47% from 196); Max value from RGB is 127 - color contains mainly: red. Hex color #7F172E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F172E is #80E8D1. Grayscale: #383838. Windows color (decimal): -8448210 or 3020671. OLE color: 3020671.

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

Color convert

RGB 127 23 46 -
CMYK 0 0.82 0.64 0.50
HSL 346.73º 0.69% 0.29% -
HSV(B) 346.73º 0.82% 0.5% -
XYZ 9.55 5.32 3.11 -
YUV 56.72 121.96 178.13 -
System Red Green Blue C M Y K H S L
Decimal 127 23 46 0 0.82 0.64 0.50 346.73 0.69 0.29
Hex 7F 17 2E 0 52 40 32 15B 45 1D
Octal 177 27 56 0 122 100 62 533 105 35
Binary 1111111 10111 101110 0 1010010 1000000 110010 101011011 1000101 11101

Color Harmonies of #7F172E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F172E

Black with #7F172E

Text Example


Text Example

White with #7F172E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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