Html Css Color HEX #7F262F Scarlett

📋 copy color: '#7F262F'

red 127 ◦ green 38 ◦ blue 47

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

Shades of Scarlett #7F262F

Tints of Scarlett #7F262F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.92%

 BLUE value IS 47 (18.75% from 255) = 22.17%

R = 59.91%
G = 17.92%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.63

 K value IS 0.50

RGB Variations

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

Color information

#7F262F (or 0x7F262F) is known color: Scarlett. HEX triplet: 7F, 26 and 2F. RGB value is (127,38,47). Sum of RGB (Red+Green+Blue) = 127+38+47=212 (28% of max value = 765). Red value is 127 (50% from 255 or 59.91% from 212); Green value is 38 (15.23% from 255 or 17.92% from 212); Blue value is 47 (18.75% from 255 or 22.17% from 212); Max value from RGB is 127 - color contains mainly: red. Hex color #7F262F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F262F is #80D9D0. Grayscale: #414141. Windows color (decimal): -8444369 or 3090047. OLE color: 3090047.

HSL color Cylindrical-coordinate representation of color #7F262F: hue angle of 353.93º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7F262F is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 38 47 -
CMYK 0 0.70 0.63 0.50
HSL 353.93º 0.54% 0.32% -
HSV(B) 353.93º 0.7% 0.5% -
XYZ 9.96 6.1 3.34 -
YUV 65.64 117.49 171.77 -
System Red Green Blue C M Y K H S L
Decimal 127 38 47 0 0.70 0.63 0.50 353.93 0.54 0.32
Hex 7F 26 2F 0 46 3F 32 162 36 20
Octal 177 46 57 0 106 77 62 542 66 40
Binary 1111111 100110 101111 0 1000110 111111 110010 101100010 110110 100000

Color Harmonies of #7F262F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F262F

Black with #7F262F

Text Example


Text Example

White with #7F262F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,38,47); }

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

background-color css

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

 a { background-color: rgb(127,38,47); }

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

border-color css

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

 span { border-color: rgb(127,38,47); }

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