Html Css Color HEX #7F1A28 Scarlett

📋 copy color: '#7F1A28'

red 127 ◦ green 26 ◦ blue 40

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

Shades of Scarlett #7F1A28

Tints of Scarlett #7F1A28

RGB

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

 GREEN value IS 26 (10.55% from 255) = 13.47%

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

R = 65.8%
G = 13.47%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.69

 K value IS 0.50

RGB Variations

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

Color information

#7F1A28 (or 0x7F1A28) is known color: Scarlett. HEX triplet: 7F, 1A and 28. RGB value is (127,26,40). Sum of RGB (Red+Green+Blue) = 127+26+40=193 (25% of max value = 765). Red value is 127 (50% from 255 or 65.80% from 193); Green value is 26 (10.55% from 255 or 13.47% from 193); Blue value is 40 (16.02% from 255 or 20.73% from 193); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1A28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F1A28 is #80E5D7. Grayscale: #393939. Windows color (decimal): -8447448 or 2628223. OLE color: 2628223.

HSL color Cylindrical-coordinate representation of color #7F1A28: hue angle of 351.68º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7F1A28 is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 26 40 -
CMYK 0 0.80 0.69 0.50
HSL 351.68º 0.66% 0.3% -
HSV(B) 351.68º 0.8% 0.5% -
XYZ 9.5 5.4 2.55 -
YUV 57.8 117.96 177.36 -
System Red Green Blue C M Y K H S L
Decimal 127 26 40 0 0.80 0.69 0.50 351.68 0.66 0.3
Hex 7F 1A 28 0 50 45 32 160 42 1E
Octal 177 32 50 0 120 105 62 540 102 36
Binary 1111111 11010 101000 0 1010000 1000101 110010 101100000 1000010 11110

Color Harmonies of #7F1A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F1A28

Black with #7F1A28

Text Example


Text Example

White with #7F1A28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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