Html Css Color HEX #7F272D Scarlett

📋 copy color: '#7F272D'

red 127 ◦ green 39 ◦ blue 45

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

Shades of Scarlett #7F272D

Tints of Scarlett #7F272D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 21.33%

R = 60.19%
G = 18.48%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.65

 K value IS 0.50

RGB Variations

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

Color information

#7F272D (or 0x7F272D) is known color: Scarlett. HEX triplet: 7F, 27 and 2D. RGB value is (127,39,45). Sum of RGB (Red+Green+Blue) = 127+39+45=211 (27% of max value = 765). Red value is 127 (50% from 255 or 60.19% from 211); Green value is 39 (15.62% from 255 or 18.48% from 211); Blue value is 45 (17.97% from 255 or 21.33% from 211); Max value from RGB is 127 - color contains mainly: red. Hex color #7F272D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F272D is #80D8D2. Grayscale: #424242. Windows color (decimal): -8444115 or 2959231. OLE color: 2959231.

HSL color Cylindrical-coordinate representation of color #7F272D: hue angle of 355.91º 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 #7F272D is Cyan = 0, Magento = 0.69, Yellow = 0.65 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 39 45 -
CMYK 0 0.69 0.65 0.50
HSL 355.91º 0.53% 0.33% -
HSV(B) 355.91º 0.69% 0.5% -
XYZ 9.95 6.15 3.15 -
YUV 66 116.15 171.51 -
System Red Green Blue C M Y K H S L
Decimal 127 39 45 0 0.69 0.65 0.50 355.91 0.53 0.33
Hex 7F 27 2D 0 45 41 32 164 35 21
Octal 177 47 55 0 105 101 62 544 65 41
Binary 1111111 100111 101101 0 1000101 1000001 110010 101100100 110101 100001

Color Harmonies of #7F272D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F272D

Black with #7F272D

Text Example


Text Example

White with #7F272D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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