Html Css Color HEX #7F2635 Scarlett

📋 copy color: '#7F2635'

red 127 ◦ green 38 ◦ blue 53

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

Shades of Scarlett #7F2635

Tints of Scarlett #7F2635

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.43%

 BLUE value IS 53 (21.09% from 255) = 24.31%

R = 58.26%
G = 17.43%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.58

 K value IS 0.50

RGB Variations

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

Color information

#7F2635 (or 0x7F2635) is known color: Scarlett. HEX triplet: 7F, 26 and 35. RGB value is (127,38,53). Sum of RGB (Red+Green+Blue) = 127+38+53=218 (28% of max value = 765). Red value is 127 (50% from 255 or 58.26% from 218); Green value is 38 (15.23% from 255 or 17.43% from 218); Blue value is 53 (21.09% from 255 or 24.31% from 218); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2635 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F2635 is #80D9CA. Grayscale: #424242. Windows color (decimal): -8444363 or 3483263. OLE color: 3483263.

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

Color convert

RGB 127 38 53 -
CMYK 0 0.70 0.58 0.50
HSL 349.89º 0.54% 0.32% -
HSV(B) 349.89º 0.7% 0.5% -
XYZ 10.09 6.16 4.02 -
YUV 66.32 120.49 171.28 -
System Red Green Blue C M Y K H S L
Decimal 127 38 53 0 0.70 0.58 0.50 349.89 0.54 0.32
Hex 7F 26 35 0 46 3A 32 15E 36 20
Octal 177 46 65 0 106 72 62 536 66 40
Binary 1111111 100110 110101 0 1000110 111010 110010 101011110 110110 100000

Color Harmonies of #7F2635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F2635

Black with #7F2635

Text Example


Text Example

White with #7F2635

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,38,53); }

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

background-color css

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

 a { background-color: rgb(127,38,53); }

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

border-color css

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

 span { border-color: rgb(127,38,53); }

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