Html Css Color HEX #7F252A Scarlett

📋 copy color: '#7F252A'

red 127 ◦ green 37 ◦ blue 42

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

Shades of Scarlett #7F252A

Tints of Scarlett #7F252A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 20.39%

R = 61.65%
G = 17.96%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.67

 K value IS 0.50

RGB Variations

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

Color information

#7F252A (or 0x7F252A) is known color: Scarlett. HEX triplet: 7F, 25 and 2A. RGB value is (127,37,42). Sum of RGB (Red+Green+Blue) = 127+37+42=206 (27% of max value = 765). Red value is 127 (50% from 255 or 61.65% from 206); Green value is 37 (14.84% from 255 or 17.96% from 206); Blue value is 42 (16.80% from 255 or 20.39% from 206); Max value from RGB is 127 - color contains mainly: red. Hex color #7F252A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F252A is #80DAD5. Grayscale: #404040. Windows color (decimal): -8444630 or 2762111. OLE color: 2762111.

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

Color convert

RGB 127 37 42 -
CMYK 0 0.71 0.67 0.50
HSL 356.67º 0.55% 0.32% -
HSV(B) 356.67º 0.71% 0.5% -
XYZ 9.83 6 2.83 -
YUV 64.48 115.32 172.59 -
System Red Green Blue C M Y K H S L
Decimal 127 37 42 0 0.71 0.67 0.50 356.67 0.55 0.32
Hex 7F 25 2A 0 47 43 32 165 37 20
Octal 177 45 52 0 107 103 62 545 67 40
Binary 1111111 100101 101010 0 1000111 1000011 110010 101100101 110111 100000

Color Harmonies of #7F252A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F252A

Black with #7F252A

Text Example


Text Example

White with #7F252A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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