Html Css Color HEX #7F1728 Scarlett

📋 copy color: '#7F1728'

red 127 ◦ green 23 ◦ blue 40

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

Shades of Scarlett #7F1728

Tints of Scarlett #7F1728

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 21.05%

R = 66.84%
G = 12.11%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.69

 K value IS 0.50

RGB Variations

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

Color information

#7F1728 (or 0x7F1728) is known color: Scarlett. HEX triplet: 7F, 17 and 28. RGB value is (127,23,40). Sum of RGB (Red+Green+Blue) = 127+23+40=190 (25% of max value = 765). Red value is 127 (50% from 255 or 66.84% from 190); Green value is 23 (9.38% from 255 or 12.11% from 190); Blue value is 40 (16.02% from 255 or 21.05% from 190); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1728 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F1728 is #80E8D7. Grayscale: #383838. Windows color (decimal): -8448216 or 2627455. OLE color: 2627455.

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

Color convert

RGB 127 23 40 -
CMYK 0 0.82 0.69 0.50
HSL 350.19º 0.69% 0.29% -
HSV(B) 350.19º 0.82% 0.5% -
XYZ 9.44 5.28 2.53 -
YUV 56.03 118.96 178.62 -
System Red Green Blue C M Y K H S L
Decimal 127 23 40 0 0.82 0.69 0.50 350.19 0.69 0.29
Hex 7F 17 28 0 52 45 32 15E 45 1D
Octal 177 27 50 0 122 105 62 536 105 35
Binary 1111111 10111 101000 0 1010010 1000101 110010 101011110 1000101 11101

Color Harmonies of #7F1728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F1728

Black with #7F1728

Text Example


Text Example

White with #7F1728

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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