Html Css Color HEX #7F172D Scarlett

📋 copy color: '#7F172D'

red 127 ◦ green 23 ◦ blue 45

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

Shades of Scarlett #7F172D

Tints of Scarlett #7F172D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 23.08%

R = 65.13%
G = 11.79%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.65

 K value IS 0.50

RGB Variations

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

Color information

#7F172D (or 0x7F172D) is known color: Scarlett. HEX triplet: 7F, 17 and 2D. RGB value is (127,23,45). Sum of RGB (Red+Green+Blue) = 127+23+45=195 (25% of max value = 765). Red value is 127 (50% from 255 or 65.13% from 195); Green value is 23 (9.38% from 255 or 11.79% from 195); Blue value is 45 (17.97% from 255 or 23.08% from 195); Max value from RGB is 127 - color contains mainly: red. Hex color #7F172D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F172D is #80E8D2. Grayscale: #383838. Windows color (decimal): -8448211 or 2955135. OLE color: 2955135.

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

Color convert

RGB 127 23 45 -
CMYK 0 0.82 0.65 0.50
HSL 347.31º 0.69% 0.29% -
HSV(B) 347.31º 0.82% 0.5% -
XYZ 9.53 5.31 3.01 -
YUV 56.6 121.46 178.21 -
System Red Green Blue C M Y K H S L
Decimal 127 23 45 0 0.82 0.65 0.50 347.31 0.69 0.29
Hex 7F 17 2D 0 52 41 32 15B 45 1D
Octal 177 27 55 0 122 101 62 533 105 35
Binary 1111111 10111 101101 0 1010010 1000001 110010 101011011 1000101 11101

Color Harmonies of #7F172D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F172D

Black with #7F172D

Text Example


Text Example

White with #7F172D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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