Html Css Color HEX #7F2229 Scarlett

📋 copy color: '#7F2229'

red 127 ◦ green 34 ◦ blue 41

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

Shades of Scarlett #7F2229

Tints of Scarlett #7F2229

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.83%

 BLUE value IS 41 (16.41% from 255) = 20.3%

R = 62.87%
G = 16.83%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.68

 K value IS 0.50

RGB Variations

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

Color information

#7F2229 (or 0x7F2229) is known color: Scarlett. HEX triplet: 7F, 22 and 29. RGB value is (127,34,41). Sum of RGB (Red+Green+Blue) = 127+34+41=202 (26% of max value = 765). Red value is 127 (50% from 255 or 62.87% from 202); Green value is 34 (13.67% from 255 or 16.83% from 202); Blue value is 41 (16.41% from 255 or 20.30% from 202); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2229 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F2229 is #80DDD6. Grayscale: #3E3E3E. Windows color (decimal): -8445399 or 2695807. OLE color: 2695807.

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

Color convert

RGB 127 34 41 -
CMYK 0 0.73 0.68 0.50
HSL 355.48º 0.58% 0.32% -
HSV(B) 355.48º 0.73% 0.5% -
XYZ 9.72 5.82 2.71 -
YUV 62.61 115.81 173.93 -
System Red Green Blue C M Y K H S L
Decimal 127 34 41 0 0.73 0.68 0.50 355.48 0.58 0.32
Hex 7F 22 29 0 49 44 32 163 3A 20
Octal 177 42 51 0 111 104 62 543 72 40
Binary 1111111 100010 101001 0 1001001 1000100 110010 101100011 111010 100000

Color Harmonies of #7F2229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F2229

Black with #7F2229

Text Example


Text Example

White with #7F2229

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,34,41); }

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

background-color css

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

 a { background-color: rgb(127,34,41); }

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

border-color css

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

 span { border-color: rgb(127,34,41); }

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