Html Css Color HEX #7F1D28 Scarlett

📋 copy color: '#7F1D28'

red 127 ◦ green 29 ◦ blue 40

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

Shades of Scarlett #7F1D28

Tints of Scarlett #7F1D28

RGB

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

 GREEN value IS 29 (11.72% from 255) = 14.8%

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

R = 64.8%
G = 14.8%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.69

 K value IS 0.50

RGB Variations

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

Color information

#7F1D28 (or 0x7F1D28) is known color: Scarlett. HEX triplet: 7F, 1D and 28. RGB value is (127,29,40). Sum of RGB (Red+Green+Blue) = 127+29+40=196 (25% of max value = 765). Red value is 127 (50% from 255 or 64.80% from 196); Green value is 29 (11.72% from 255 or 14.80% from 196); Blue value is 40 (16.02% from 255 or 20.41% from 196); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1D28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F1D28 is #80E2D7. Grayscale: #3B3B3B. Windows color (decimal): -8446680 or 2628991. OLE color: 2628991.

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

Color convert

RGB 127 29 40 -
CMYK 0 0.77 0.69 0.50
HSL 353.27º 0.63% 0.31% -
HSV(B) 353.27º 0.77% 0.5% -
XYZ 9.57 5.54 2.57 -
YUV 59.56 116.97 176.11 -
System Red Green Blue C M Y K H S L
Decimal 127 29 40 0 0.77 0.69 0.50 353.27 0.63 0.31
Hex 7F 1D 28 0 4D 45 32 161 3F 1F
Octal 177 35 50 0 115 105 62 541 77 37
Binary 1111111 11101 101000 0 1001101 1000101 110010 101100001 111111 11111

Color Harmonies of #7F1D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F1D28

Black with #7F1D28

Text Example


Text Example

White with #7F1D28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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