Html Css Color HEX #7F2329 Scarlett

📋 copy color: '#7F2329'

red 127 ◦ green 35 ◦ blue 41

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

Shades of Scarlett #7F2329

Tints of Scarlett #7F2329

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.24%

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

R = 62.56%
G = 17.24%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.68

 K value IS 0.50

RGB Variations

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

Color information

#7F2329 (or 0x7F2329) is known color: Scarlett. HEX triplet: 7F, 23 and 29. RGB value is (127,35,41). Sum of RGB (Red+Green+Blue) = 127+35+41=203 (26% of max value = 765). Red value is 127 (50% from 255 or 62.56% from 203); Green value is 35 (14.06% from 255 or 17.24% from 203); Blue value is 41 (16.41% from 255 or 20.20% from 203); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2329 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F2329 is #80DCD6. Grayscale: #3F3F3F. Windows color (decimal): -8445143 or 2696063. OLE color: 2696063.

HSL color Cylindrical-coordinate representation of color #7F2329: hue angle of 356.09º degrees, saturation: 0.57, 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 #7F2329 is Cyan = 0, Magento = 0.72, Yellow = 0.68 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 35 41 -
CMYK 0 0.72 0.68 0.50
HSL 356.09º 0.57% 0.32% -
HSV(B) 356.09º 0.72% 0.5% -
XYZ 9.75 5.87 2.72 -
YUV 63.19 115.48 173.51 -
System Red Green Blue C M Y K H S L
Decimal 127 35 41 0 0.72 0.68 0.50 356.09 0.57 0.32
Hex 7F 23 29 0 48 44 32 164 39 20
Octal 177 43 51 0 110 104 62 544 71 40
Binary 1111111 100011 101001 0 1001000 1000100 110010 101100100 111001 100000

Color Harmonies of #7F2329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F2329

Black with #7F2329

Text Example


Text Example

White with #7F2329

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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