Html Css Color HEX #7F202A Scarlett

📋 copy color: '#7F202A'

red 127 ◦ green 32 ◦ blue 42

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

Shades of Scarlett #7F202A

Tints of Scarlett #7F202A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.92%

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

R = 63.18%
G = 15.92%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.67

 K value IS 0.50

RGB Variations

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

Color information

#7F202A (or 0x7F202A) is known color: Scarlett. HEX triplet: 7F, 20 and 2A. RGB value is (127,32,42). Sum of RGB (Red+Green+Blue) = 127+32+42=201 (26% of max value = 765). Red value is 127 (50% from 255 or 63.18% from 201); Green value is 32 (12.89% from 255 or 15.92% from 201); Blue value is 42 (16.80% from 255 or 20.90% from 201); Max value from RGB is 127 - color contains mainly: red. Hex color #7F202A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F202A is #80DFD5. Grayscale: #3D3D3D. Windows color (decimal): -8445910 or 2760831. OLE color: 2760831.

HSL color Cylindrical-coordinate representation of color #7F202A: hue angle of 353.68º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7F202A is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 32 42 -
CMYK 0 0.75 0.67 0.50
HSL 353.68º 0.6% 0.31% -
HSV(B) 353.68º 0.75% 0.5% -
XYZ 9.69 5.71 2.78 -
YUV 61.55 116.97 174.69 -
System Red Green Blue C M Y K H S L
Decimal 127 32 42 0 0.75 0.67 0.50 353.68 0.6 0.31
Hex 7F 20 2A 0 4B 43 32 162 3C 1F
Octal 177 40 52 0 113 103 62 542 74 37
Binary 1111111 100000 101010 0 1001011 1000011 110010 101100010 111100 11111

Color Harmonies of #7F202A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F202A

Black with #7F202A

Text Example


Text Example

White with #7F202A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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