Html Css Color HEX #7F242A Scarlett

📋 copy color: '#7F242A'

red 127 ◦ green 36 ◦ blue 42

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

Shades of Scarlett #7F242A

Tints of Scarlett #7F242A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.56%

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

R = 61.95%
G = 17.56%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.67

 K value IS 0.50

RGB Variations

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

Color information

#7F242A (or 0x7F242A) is known color: Scarlett. HEX triplet: 7F, 24 and 2A. RGB value is (127,36,42). Sum of RGB (Red+Green+Blue) = 127+36+42=205 (27% of max value = 765). Red value is 127 (50% from 255 or 61.95% from 205); Green value is 36 (14.45% from 255 or 17.56% from 205); Blue value is 42 (16.80% from 255 or 20.49% from 205); Max value from RGB is 127 - color contains mainly: red. Hex color #7F242A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F242A is #80DBD5. Grayscale: #3F3F3F. Windows color (decimal): -8444886 or 2761855. OLE color: 2761855.

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

Color convert

RGB 127 36 42 -
CMYK 0 0.72 0.67 0.50
HSL 356.04º 0.56% 0.32% -
HSV(B) 356.04º 0.72% 0.5% -
XYZ 9.8 5.94 2.82 -
YUV 63.89 115.65 173.01 -
System Red Green Blue C M Y K H S L
Decimal 127 36 42 0 0.72 0.67 0.50 356.04 0.56 0.32
Hex 7F 24 2A 0 48 43 32 164 38 20
Octal 177 44 52 0 110 103 62 544 70 40
Binary 1111111 100100 101010 0 1001000 1000011 110010 101100100 111000 100000

Color Harmonies of #7F242A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F242A

Black with #7F242A

Text Example


Text Example

White with #7F242A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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