Html Css Color HEX #7F1B28 Scarlett

📋 copy color: '#7F1B28'

red 127 ◦ green 27 ◦ blue 40

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

Shades of Scarlett #7F1B28

Tints of Scarlett #7F1B28

RGB

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

 GREEN value IS 27 (10.94% from 255) = 13.92%

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

R = 65.46%
G = 13.92%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.69

 K value IS 0.50

RGB Variations

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

Color information

#7F1B28 (or 0x7F1B28) is known color: Scarlett. HEX triplet: 7F, 1B and 28. RGB value is (127,27,40). Sum of RGB (Red+Green+Blue) = 127+27+40=194 (25% of max value = 765). Red value is 127 (50% from 255 or 65.46% from 194); Green value is 27 (10.94% from 255 or 13.92% from 194); Blue value is 40 (16.02% from 255 or 20.62% from 194); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1B28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F1B28 is #80E4D7. Grayscale: #3A3A3A. Windows color (decimal): -8447192 or 2628479. OLE color: 2628479.

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

Color convert

RGB 127 27 40 -
CMYK 0 0.79 0.69 0.50
HSL 352.2º 0.65% 0.3% -
HSV(B) 352.2º 0.79% 0.5% -
XYZ 9.53 5.45 2.56 -
YUV 58.38 117.63 176.94 -
System Red Green Blue C M Y K H S L
Decimal 127 27 40 0 0.79 0.69 0.50 352.2 0.65 0.3
Hex 7F 1B 28 0 4F 45 32 160 41 1E
Octal 177 33 50 0 117 105 62 540 101 36
Binary 1111111 11011 101000 0 1001111 1000101 110010 101100000 1000001 11110

Color Harmonies of #7F1B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F1B28

Black with #7F1B28

Text Example


Text Example

White with #7F1B28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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