Html Css Color HEX #7F272F Scarlett

📋 copy color: '#7F272F'

red 127 ◦ green 39 ◦ blue 47

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

Shades of Scarlett #7F272F

Tints of Scarlett #7F272F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.31%

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

R = 59.62%
G = 18.31%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.63

 K value IS 0.50

RGB Variations

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

Color information

#7F272F (or 0x7F272F) is known color: Scarlett. HEX triplet: 7F, 27 and 2F. RGB value is (127,39,47). Sum of RGB (Red+Green+Blue) = 127+39+47=213 (28% of max value = 765). Red value is 127 (50% from 255 or 59.62% from 213); Green value is 39 (15.62% from 255 or 18.31% from 213); Blue value is 47 (18.75% from 255 or 22.07% from 213); Max value from RGB is 127 - color contains mainly: red. Hex color #7F272F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F272F is #80D8D0. Grayscale: #424242. Windows color (decimal): -8444113 or 3090303. OLE color: 3090303.

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

Color convert

RGB 127 39 47 -
CMYK 0 0.69 0.63 0.50
HSL 354.55º 0.53% 0.33% -
HSV(B) 354.55º 0.69% 0.5% -
XYZ 9.99 6.17 3.35 -
YUV 66.22 117.15 171.35 -
System Red Green Blue C M Y K H S L
Decimal 127 39 47 0 0.69 0.63 0.50 354.55 0.53 0.33
Hex 7F 27 2F 0 45 3F 32 163 35 21
Octal 177 47 57 0 105 77 62 543 65 41
Binary 1111111 100111 101111 0 1000101 111111 110010 101100011 110101 100001

Color Harmonies of #7F272F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F272F

Black with #7F272F

Text Example


Text Example

White with #7F272F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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