Html Css Color HEX #7F172B Scarlett

📋 copy color: '#7F172B'

red 127 ◦ green 23 ◦ blue 43

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

Shades of Scarlett #7F172B

Tints of Scarlett #7F172B

RGB

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

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

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

R = 65.8%
G = 11.92%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.66

 K value IS 0.50

RGB Variations

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

Color information

#7F172B (or 0x7F172B) is known color: Scarlett. HEX triplet: 7F, 17 and 2B. RGB value is (127,23,43). Sum of RGB (Red+Green+Blue) = 127+23+43=193 (25% of max value = 765). Red value is 127 (50% from 255 or 65.80% from 193); Green value is 23 (9.38% from 255 or 11.92% from 193); Blue value is 43 (17.19% from 255 or 22.28% from 193); Max value from RGB is 127 - color contains mainly: red. Hex color #7F172B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F172B is #80E8D4. Grayscale: #383838. Windows color (decimal): -8448213 or 2824063. OLE color: 2824063.

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

Color convert

RGB 127 23 43 -
CMYK 0 0.82 0.66 0.50
HSL 348.46º 0.69% 0.29% -
HSV(B) 348.46º 0.82% 0.5% -
XYZ 9.49 5.3 2.81 -
YUV 56.38 120.46 178.37 -
System Red Green Blue C M Y K H S L
Decimal 127 23 43 0 0.82 0.66 0.50 348.46 0.69 0.29
Hex 7F 17 2B 0 52 42 32 15C 45 1D
Octal 177 27 53 0 122 102 62 534 105 35
Binary 1111111 10111 101011 0 1010010 1000010 110010 101011100 1000101 11101

Color Harmonies of #7F172B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F172B

Black with #7F172B

Text Example


Text Example

White with #7F172B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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