Html Css Color HEX #7F252F Scarlett

📋 copy color: '#7F252F'

red 127 ◦ green 37 ◦ blue 47

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

Shades of Scarlett #7F252F

Tints of Scarlett #7F252F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.54%

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

R = 60.19%
G = 17.54%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.63

 K value IS 0.50

RGB Variations

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

Color information

#7F252F (or 0x7F252F) is known color: Scarlett. HEX triplet: 7F, 25 and 2F. RGB value is (127,37,47). Sum of RGB (Red+Green+Blue) = 127+37+47=211 (27% of max value = 765). Red value is 127 (50% from 255 or 60.19% from 211); Green value is 37 (14.84% from 255 or 17.54% from 211); Blue value is 47 (18.75% from 255 or 22.27% from 211); Max value from RGB is 127 - color contains mainly: red. Hex color #7F252F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F252F is #80DAD0. Grayscale: #414141. Windows color (decimal): -8444625 or 3089791. OLE color: 3089791.

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

Color convert

RGB 127 37 47 -
CMYK 0 0.71 0.63 0.50
HSL 353.33º 0.55% 0.32% -
HSV(B) 353.33º 0.71% 0.5% -
XYZ 9.93 6.04 3.33 -
YUV 65.05 117.82 172.19 -
System Red Green Blue C M Y K H S L
Decimal 127 37 47 0 0.71 0.63 0.50 353.33 0.55 0.32
Hex 7F 25 2F 0 47 3F 32 161 37 20
Octal 177 45 57 0 107 77 62 541 67 40
Binary 1111111 100101 101111 0 1000111 111111 110010 101100001 110111 100000

Color Harmonies of #7F252F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F252F

Black with #7F252F

Text Example


Text Example

White with #7F252F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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